Click or drag to resize
HierarchicalTransformations Methods

The HierarchicalTransformations type exposes the following members.

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