XmlDesignerHierarchicalDataSourceView 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 hierarchical design-time view of data for the XmlDataSourceDesigner class.
public ref class XmlDesignerHierarchicalDataSourceView : System::Web::UI::Design::DesignerHierarchicalDataSourceView
public class XmlDesignerHierarchicalDataSourceView : System.Web.UI.Design.DesignerHierarchicalDataSourceView
type XmlDesignerHierarchicalDataSourceView = class
inherit DesignerHierarchicalDataSourceView
Public Class XmlDesignerHierarchicalDataSourceView
Inherits DesignerHierarchicalDataSourceView
- Inheritance
Constructors
XmlDesignerHierarchicalDataSourceView(XmlDataSourceDesigner, String) |
Creates a new instance of the XmlDesignerHierarchicalDataSourceView class using the provided designer and XPath. |
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 Boolean value indicating whether the data is sample 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) |