SiteMapDesignerHierarchicalDataSourceView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a design-time view of hierarchical data for the SiteMap class.
public ref class SiteMapDesignerHierarchicalDataSourceView : System::Web::UI::Design::DesignerHierarchicalDataSourceView
public class SiteMapDesignerHierarchicalDataSourceView : System.Web.UI.Design.DesignerHierarchicalDataSourceView
type SiteMapDesignerHierarchicalDataSourceView = class
inherit DesignerHierarchicalDataSourceView
Public Class SiteMapDesignerHierarchicalDataSourceView
Inherits DesignerHierarchicalDataSourceView
- Inheritance
Constructors
SiteMapDesignerHierarchicalDataSourceView(SiteMapDataSourceDesigner, String) |
Initializes a new instance of the SiteMapDesignerHierarchicalDataSourceView class. |
Properties
DataSourceDesigner |
Gets the associated designer. (Inherited from DesignerHierarchicalDataSourceView) |
Path |
Gets the path to the block of data that is presented in the view. (Inherited from DesignerHierarchicalDataSourceView) |
Schema |
Gets a schema that describes the data source view that is represented by this view object. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetDesignTimeData(Boolean) |
Generates design-time data that matches the schema of the associated data source control and returns a value indicating whether the data is sample data or real data. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |