System.Web.UI.Design.TypeSchema Class

Represents the structure, or schema, of an object type.

See Also: TypeSchema Members

Syntax

public sealed class TypeSchema : IDataSourceSchema

Remarks

The System.Web.UI.Design.TypeSchema class provides information about a particular class, given an instance of that class. For example, given a System.Data.DataSet object, a System.Web.UI.WebControls.GridView object, or an instance of a custom class that you create, the methods and properties provide information about the class from which the object derives. It does not provide information about the specific instance, but about the class.

The System.Web.UI.Design.TypeSchema class is used by custom control designers to assist in preparing sample data for previewing custom controls.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0