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 | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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.) |