UniTreeProvider Properties |
The UniTreeProvider type exposes the following members.
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.
| |
ChildCountColumn |
Gets or sets the name of column which contains current object child count.
| |
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.
| |
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.
|