UniTreeProvider Class |
Namespace: CMS.UIControls
public class UniTreeProvider : StaticSiteMapProvider
The UniTreeProvider type exposes the following members.
Name | Description | |
---|---|---|
![]() | UniTreeProvider |
Constructor
|
Name | Description | |
---|---|---|
![]() | BuildSiteMap |
Performs the site map build and returns UniTreeNode.
(Overrides StaticSiteMapProviderBuildSiteMap.) |
![]() | GetChildNodes(String) |
Returns the set of child nodes for the specified node.
|
![]() | GetChildNodes(String, Int32) |
Returns the set of child nodes for the specified node.
|
![]() | GetNodeByKey |
Returns the UniTreeNode specified by given Node ID.
|
![]() | GetRootNodeCore |
Returns the root UniTreeNode.
(Overrides SiteMapProviderGetRootNodeCore.) |
![]() | LoadData |
Loads data with dependence on current settings
Where condition |
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 | |
---|---|---|
![]() | BindNodeData |
Specifies if the node data (TreeNode) should be bound to the nodes.
|
![]() | CaptionColumn |
Gets or sets the name of column which contains caption of current object.
|
![]() | Columns |
Gets or sets the list of columns which should be selected.
|
![]() | DisplayNameColumn |
Gets or sets the name of column which contains display name value.
|
![]() | ChildCountColumn |
Gets or sets the name of column which contains current object child count.
|
![]() | IconClassColumn |
Gets or sets the name of column which contains font icon CSS class.
|
![]() | IDColumn |
Gets or sets the name of column which contains object id value.
|
![]() | ImageColumn |
Gets or sets the name of column which contains image URL value.
|
![]() | LevelColumn |
Gets or sets the name of column which contains current object level value.
|
![]() | MaxRelativeLevel |
Gets or sets the maximal nested level which should be loaded.
|
![]() | ObjectType |
Gets or sets the name of the object.
|
![]() | ObjectTypeColumn |
Gets or sets the column name of the object type.
|
![]() | OrderBy |
Gets or sets the query order by expression.
|
![]() | OrderColumn |
Gets or sets the name of column which contains current object order.
|
![]() | ParameterColumn |
Gets or sets the name of column which contains additional parameter.
|
![]() | Parameters |
Gets or sets query parametres.
|
![]() | ParentIDColumn |
Gets or sets the name of column which contains parent id value for current object.
|
![]() | PathColumn |
Gets or sets the name of column which contains current object path.
|
![]() | QueryName |
Gets or sets the query name. if query name is specified object type is not used to data loading.
|
![]() | RootLevelOffset |
Specifies the root level offset.
|
![]() | RootNode |
Property to get Sitemap root node.
(Overrides SiteMapProviderRootNode.) |
![]() | TopN |
Gets or sets the number of rows which should be selected.
|
![]() | UseCustomRoots |
Indicates whether using custom roots. When set to true, roots will not be obtained from DB. Default value is false.
|
![]() | ValueColumn |
Gets or sets the name of column which contains value.
|
![]() | WhereCondition |
Gets or sets the query where condition.
|