Click or drag to resize
UniTreeProvider Properties

The UniTreeProvider type exposes the following members.

Properties
  NameDescription
Public propertyBindNodeData
Specifies if the node data (TreeNode) should be bound to the nodes.
Public propertyCaptionColumn
Gets or sets the name of column which contains caption of current object.
Public propertyColumns
Gets or sets the list of columns which should be selected.
Public propertyDisplayNameColumn
Gets or sets the name of column which contains display name value.
Public propertyChildCountColumn
Gets or sets the name of column which contains current object child count.
Public propertyIconClassColumn
Gets or sets the name of column which contains font icon CSS class.
Public propertyIDColumn
Gets or sets the name of column which contains object id value.
Public propertyImageColumn
Gets or sets the name of column which contains image URL value.
Public propertyLevelColumn
Gets or sets the name of column which contains current object level value.
Public propertyMaxRelativeLevel
Gets or sets the maximal nested level which should be loaded.
Public propertyObjectType
Gets or sets the name of the object.
Public propertyObjectTypeColumn
Gets or sets the column name of the object type.
Public propertyOrderBy
Gets or sets the query order by expression.
Public propertyOrderColumn
Gets or sets the name of column which contains current object order.
Public propertyParameterColumn
Gets or sets the name of column which contains additional parameter.
Public propertyParameters
Gets or sets query parametres.
Public propertyParentIDColumn
Gets or sets the name of column which contains parent id value for current object.
Public propertyPathColumn
Gets or sets the name of column which contains current object path.
Public propertyQueryName
Gets or sets the query name. if query name is specified object type is not used to data loading.
Public propertyRootLevelOffset
Specifies the root level offset.
Public propertyRootNode
Property to get Sitemap root node.
(Overrides SiteMapProviderRootNode.)
Public propertyTopN
Gets or sets the number of rows which should be selected.
Public propertyUseCustomRoots
Indicates whether using custom roots. When set to true, roots will not be obtained from DB. Default value is false.
Public propertyValueColumn
Gets or sets the name of column which contains value.
Public propertyWhereCondition
Gets or sets the query where condition.
Top
See Also