System.Web.UI.Design.DesignTimeData Members

The members of System.Web.UI.Design.DesignTimeData are listed below.

See Also: Inherited members from System.Object

Public Fields

static readonly
DataBindingHandlerEventHandler.

Gets an event handler for data binding.

Public Methods

static
CreateDummyDataBoundDataTable() : System.Data.DataTable

Creates a System.Data.DataTable object that contains three columns with names indicating that the columns are connected to a data source.

static
CreateDummyDataTable() : System.Data.DataTable

Creates a System.Data.DataTable object that contains three columns with names that indicate that the columns contain sample data.

static
CreateSampleDataTable(IEnumerable) : System.Data.DataTable

Creates a sample System.Data.DataTable object with the same schema as the provided data.

static
CreateSampleDataTable(IEnumerable, bool) : System.Data.DataTable

Creates a System.Data.DataTable object with the same schema as the provided data and optionally containing column names indicating that the data is bound data.

static
GetDataFields(IEnumerable) : System.ComponentModel.PropertyDescriptorCollection

Gets a collection of property descriptors for the data fields of the specified data source.

static
GetDataMember(System.ComponentModel.IListSource, string) : IEnumerable

Gets the specified data member from the specified data source.

static
GetDataMembers(object) : string[]

Gets the names of the data members in the specified data source.

static
GetDesignTimeDataSource(System.Data.DataTable, int) : IEnumerable

Adds the specified number of sample rows to the specified data table.

static
GetSelectedDataSource(System.ComponentModel.IComponent, string) : object

Gets a data source selected by name in the design host, represented by the specified component's site property and identified by the specified data source name.

static
GetSelectedDataSource(System.ComponentModel.IComponent, string, string) : IEnumerable

Gets a data source selected by name in the design host, represented by the specified component's site property and identified by the specified data-source name and member name.