• 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

  • 相关阅读:
    C# 数据库连接字符串拼接
    C# 线程同步计数存在的问题
    字符串操作
    字符串位置
    6个基本函数
    占位符
    str转换成int
    python运算符6
    python运算符5
    python运算符4
  • 原文地址:https://www.cnblogs.com/czy/p/2429469.html
Copyright © 2020-2023  润新知