The UniTreeProvider type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
UniTreeProvider |
Constructor
|
Methods
Name | Description | |
---|---|---|
AddNode(SiteMapNode) | Adds a SiteMapNode object to the node collection that is maintained by the site map provider. (Inherited from SiteMapProvider.) | |
AddNode(SiteMapNode, SiteMapNode) | Adds a SiteMapNode to the collections that are maintained by the site map provider and establishes a parent/child relationship between the SiteMapNode objects. (Inherited from StaticSiteMapProvider.) | |
BuildSiteMap |
Performs the site map build and returns UniTreeNode.
(Overrides StaticSiteMapProvider BuildSiteMap .) | |
Clear | Removes all elements in the collections of child and parent site map nodes that the StaticSiteMapProvider tracks as part of its state. (Inherited from StaticSiteMapProvider.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FindSiteMapNode(String) | Retrieves a SiteMapNode object that represents the page at the specified URL. (Inherited from StaticSiteMapProvider.) | |
FindSiteMapNode(HttpContext) | Retrieves a SiteMapNode object that represents the currently requested page using the specified HttpContext object. (Inherited from SiteMapProvider.) | |
FindSiteMapNodeFromKey | Retrieves a SiteMapNode object based on a specified key. (Inherited from StaticSiteMapProvider.) | |
GetCurrentNodeAndHintAncestorNodes | Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the parent and ancestor site map nodes for the current page. (Inherited from SiteMapProvider.) | |
GetCurrentNodeAndHintNeighborhoodNodes | Provides an optimized lookup method for site map providers when retrieving the node for the currently requested page and fetching the site map nodes in the proximity of the current node. (Inherited from SiteMapProvider.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetChildNodes(SiteMapNode) | Retrieves the child site map nodes of a specific SiteMapNode object. (Inherited from StaticSiteMapProvider.) | |
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.
| |
GetParentNode | Retrieves the parent site map node of a specific SiteMapNode object. (Inherited from StaticSiteMapProvider.) | |
GetParentNodeRelativeToCurrentNodeAndHintDownFromParent | Provides an optimized lookup method for site map providers when retrieving an ancestor node for the currently requested page and fetching the descendant nodes for the ancestor. (Inherited from SiteMapProvider.) | |
GetParentNodeRelativeToNodeAndHintDownFromParent | Provides an optimized lookup method for site map providers when retrieving an ancestor node for the specified SiteMapNode object and fetching its child nodes. (Inherited from SiteMapProvider.) | |
GetRootNodeCore |
Returns the root UniTreeNode.
(Overrides SiteMapProvider GetRootNodeCore .) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HintAncestorNodes | Provides a method that site map providers can override to perform an optimized retrieval of one or more levels of parent and ancestor nodes, relative to the specified SiteMapNode object. (Inherited from SiteMapProvider.) | |
HintNeighborhoodNodes | Provides a method that site map providers can override to perform an optimized retrieval of nodes found in the proximity of the specified node. (Inherited from SiteMapProvider.) | |
Initialize | Initializes the SiteMapProvider implementation, including any resources that are needed to load site map data from persistent storage. (Inherited from SiteMapProvider.) | |
IsAccessibleToUser | Retrieves a Boolean value indicating whether the specified SiteMapNode object can be viewed by the user in the specified context. (Inherited from SiteMapProvider.) | |
LoadData |
Loads data with dependence on current settings
Where condition | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
RemoveNode | Removes the specified SiteMapNode object from all site map node collections that are tracked by the site map provider. (Inherited from StaticSiteMapProvider.) | |
ResolveSiteMapNode | Raises the SiteMapResolve event. (Inherited from SiteMapProvider.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
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.) |
Properties
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.
| |
CurrentNode | Gets the SiteMapNode object that represents the currently requested page. (Inherited from SiteMapProvider.) | |
Description | Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). (Inherited from ProviderBase.) | |
DisplayNameColumn |
Gets or sets the name of column which contains display name value.
| |
EnableLocalization | Gets or sets a Boolean value indicating whether localized values of SiteMapNode attributes are returned. (Inherited from SiteMapProvider.) | |
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.
| |
Name | Gets the friendly name used to refer to the provider during configuration. (Inherited from ProviderBase.) | |
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.
| |
ParentProvider | Gets or sets the parent SiteMapProvider object of the current provider. (Inherited from SiteMapProvider.) | |
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.
| |
ResourceKey | Get or sets the resource key that is used for localizing SiteMapNode attributes. (Inherited from SiteMapProvider.) | |
RootLevelOffset |
Specifies the root level offset.
| |
RootNode |
Property to get Sitemap root node.
(Overrides SiteMapProvider RootNode.) | |
RootProvider | Gets the root SiteMapProvider object in the current provider hierarchy. (Inherited from SiteMapProvider.) | |
SecurityTrimmingEnabled | Gets a Boolean value indicating whether a site map provider filters site map nodes based on a user's role. (Inherited from SiteMapProvider.) | |
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.
|
Events
Name | Description | |
---|---|---|
SiteMapResolve | Occurs when the CurrentNode property is called. (Inherited from SiteMapProvider.) |
See Also