The HierarchicalPageLoader type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| HierarchicalPageLoader | Initializes a new instance of the HierarchicalPageLoader class |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| ExecFilters | ||
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetFilteredChildren |
Gets the filtered children of a specified page.
Used when retreiving data for a hierarchical view.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| HierarchicalSelect |
Performs the selection of pages based on the viewPath parameter.
| |
| IsRoot |
Determines if a PageData instance represents a root in the current hierarchicla view.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| AccessLevel |
Gets/sets the page access level for datasource.
| |
| EvaluateHasChildren |
Gets or sets whether the hierarchical view should preevaluate the existens of child pages or always return true to let the HierarchicalDataBoundControl evaluate it as needed.
| |
| GetChildrenCallback |
Gets or sets the method used to retreive children for a specific page.
| |
| GetPageCallback |
Gets or sets the method used for retreiving page data for a specific page.
| |
| IncludeRootPage | ||
| InitializeCallback |
Gets or sets the method used to initialize the the Loader instance.
| |
| PageLink |
Gets or sets the root page for a hierarchical view.
|
Events
| Name | Description | |
|---|---|---|
| Filter |
Occurs when child page data has been loaded. Typically you attach an eventhandler to this event in order to exclude part of the result or sort the result.
|