Click or drag to resize

Aras.Modules.CMF.Public Namespace

(Content Modelling Framework) This API is used only for the "CMF" solution . Classes are designed to read and edit the data in the "CMF" document, for example in the "Computed Property" method. Any "CMF" document is a tree structure. The tree consists of the elements and their properties. You can navigate the tree, read data from elements and properties and then fill calculated properties based on this data using this API.
Classes
  ClassDescription
Public classCmfStyle
Class supports the same style properties and their values as "cmf_Style" Item Type.
Public classComputeMethodResultBuilder
Instance of Class (passed as an arg) is used to build results. MarkToUpdate the properties to change and pass new values. The same properties can be marked to update in one method several times. The last value will be used, and it will not affect perfomance (only one time a property will be updated).
Public classElement
It's like a node in the tree.
Public classFactory
"Factory Method" pattern is used to create classes.
Public classCode exampleMappingModel
Document Element Id
Public classPropertyItem
It's like a cell in the grid.
Public classTree
Class for search elements in the CMF Document. (CMF document has a tree architecture.)