This documentation is archived and is not being maintained.
DesignTimeData Class
Visual Studio 2010
Provides helper methods that can be used by control designers to generate sample data for data-bound properties at design time. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
The DesignTimeData type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CreateDummyDataBoundDataTable | Creates a DataTable object that contains three columns with names indicating that the columns are connected to a data source. |
![]() ![]() | CreateDummyDataTable | Creates a DataTable object that contains three columns with names that indicate that the columns contain sample data. |
![]() ![]() | CreateSampleDataTable(IEnumerable) | Creates a sample DataTable object with the same schema as the provided data. |
![]() ![]() | CreateSampleDataTable(IEnumerable, Boolean) | Creates a DataTable object with the same schema as the provided data and optionally containing column names indicating that the data is bound data. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (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.) |
![]() ![]() | GetDataFields | Gets a collection of property descriptors for the data fields of the specified data source. |
![]() ![]() | GetDataMember | Gets the specified data member from the specified data source. |
![]() ![]() | GetDataMembers | Gets the names of the data members in the specified data source. |
![]() ![]() | GetDesignTimeDataSource | Adds the specified number of sample rows to the specified data table. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() ![]() | GetSelectedDataSource(IComponent, String) | 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. |
![]() ![]() | GetSelectedDataSource(IComponent, String, String) | 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. |
![]() | 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:



