zoukankan      html  css  js  c++  java
  • UmbracoDataTypeFirstGlance CQ

    DataType plays important role in Umbraco if you dedicate to extend the power of Umbraco.

    For simplicity, the dependencies for DataType goes as following.

    image

    From the skeleton like diagram above, we can easily think about how can DataType work essentially. The ISqlHelper tells us the way that Umbraco saves the values into database. Control tells us the way Umbraco represents the data. XmlDocument/XmlNode tells us the relationship to xsl.

    After we have a skeleton like imagination on how DataType works, let turn to the real design of DataType in Umbraco.

    image

    You have got the differences between your imagination and the real design on the DataType or you are still confused on the design? It doesn’t matter. Here you get the point to go deeper in Umbraco.

    Supported by Nova Umbraco

  • 相关阅读:
    python3 pyinstaller
    python3 random
    python3 turtle
    产生一个序列的所有排列组合
    蒙特卡洛算法
    lightoj 1014
    UVA11426
    nginx 配置本地https(免费证书)
    ElementUI
    Airbnb 代码规范
  • 原文地址:https://www.cnblogs.com/czy/p/2429469.html
Copyright © 2011-2022 走看看