Click or drag to resize
HierarchicalTransformations Class
HierarchicalTransformations.
Inheritance Hierarchy
SystemObject
  CMS.DocumentEngine.Web.UIHierarchicalTransformations

Namespace: CMS.DocumentEngine.Web.UI
Assembly: CMS.DocumentEngine.Web.UI (in CMS.DocumentEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class HierarchicalTransformations

The HierarchicalTransformations type exposes the following members.

Constructors
  NameDescription
Public methodHierarchicalTransformations
TransformationCollection constructor.
Top
Properties
  NameDescription
Public propertyConditionColumnName
Gets the column name which is used for condition value.
Public propertyEditButtonsMode
Gets or sets the value that indicates whether edit/delete buttons should be used for transformations
Public propertyItemListSeparator
Gets or sets the item list separator. This separator is used if In or NotIn TransformationConditionTypeEnum is used.
Public propertyItemsCount
Items count in items collection.
Top
Methods
  NameDescription
Public methodDeleteTransformation
Removes specified object from collection.
Public methodGetDataSet
Generates DataSet object from current collection filtered by specified parameters.
Public methodGetTransformation
Gets the hierarchical transformation object by specified id from current collection.
Public methodGetTransformationName
Gets the transformation name for specific item type, level and condition value Uses the TransformationConditionTypeEnum for comparison
Public methodGetXML
Generates XML for current collection.
Public methodLoadFromXML(String)
Loads transformations from XML.
Public methodLoadFromXML(XmlDocument)
Loads transformations from XML document.
Public methodSetTransformation
Inserts or updates hierarchical transformation object.
Public methodStatic memberStringToUniViewItemType
Returns UniViewItemType object from specified string.
Public methodStatic memberUniViewItemTypeToString
Returns string representation of enum value.
Top
See Also