DocumentHierarchyHelper Class |
Namespace: CMS.DocumentEngine
public class DocumentHierarchyHelper : HierarchyHelper
The DocumentHierarchyHelper type exposes the following members.
Name | Description | |
---|---|---|
DocumentHierarchyHelper |
Creates new instance of CMSHierarchyHelper which can be used to serialize given object.
|
Name | Description | |
---|---|---|
NodeClassJSONRegex |
Regex to parse node class id from JSON data.
| |
NodeClassXMLRegex |
Regex to parse node class id from xml data.
| |
ResultBuilder |
Result builder
(Inherited from HierarchyHelper.) | |
Settings |
Settings
(Inherited from HierarchyHelper.) |
Name | Description | |
---|---|---|
DataAvailable |
Returns true if the data can be exported
(Overrides HierarchyHelperDataAvailable.) | |
ExportObject |
Returns XML representation of given instance of info object.
(Inherited from HierarchyHelper.) | |
ExportObject(ExportObjectSettings, TreeNode) |
Returns XML representation of given instance of info object.
| |
ExportObjectData |
Exports the object data
(Overrides HierarchyHelperExportObjectData.) | |
GetMetadataSource |
Gets the metadata source object
(Overrides HierarchyHelperGetMetadataSource.) | |
GetNodeClassName(String, ExportFormatEnum) |
Parses NodeClassName from node data.
| |
GetNodeClassName(String, ExportFormatEnum, Boolean) |
Parses NodeClassName from node data.
| |
GetSyndicationItem |
Gets the syndication item created from current object
(Overrides HierarchyHelperGetSyndicationItem(SyndicationContent).) | |
LoadObjectFromDataSet(TreeNode, DataSet, Boolean, ListString, ListString) |
Loads object data including collection from a given data set.
| |
LoadObjectFromDataSet(TreeNode, DataSet, Boolean, Int32, ListString, ListString) |
Loads TreeNode data including collection from a given data set.
| |
LoadObjectFromJSON |
Loads objects data including collection from a given XML representation.
| |
LoadObjectFromXML |
Loads objects data including collection from a given XML representation.
| |
ProcessArraySeparatorMethod |
Handles array separator of the collection export.
(Inherited from HierarchyHelper.) | |
ProcessEndCollectionMethod |
Handles end of the collection export.
(Inherited from HierarchyHelper.) | |
ProcessIDMethod |
Handles FK ID (can be used to fill translation helper for example).
(Inherited from HierarchyHelper.) | |
ProcessItemMethod |
Handles FK ID (can be used to fill translation helper for example).
(Inherited from HierarchyHelper.) | |
ProcessObjectMethod |
Handles export to required format.
(Overrides HierarchyHelperProcessObjectMethod(TraverseObjectSettings, ICMSObject, Int32).) | |
ProcessStartCollectionMethod |
Handles start of the collection export.
(Inherited from HierarchyHelper.) | |
TraverseObjectStructure |
Returns XML representation of given instance of tree node.
|