Object providing access to schema information for a business object. More...
Public Member Functions | |
| ObjectSchema (CslaDataSourceDesigner designer, string typeName) | |
| Creates an instance of the object. More... | |
| System.Web.UI.Design.IDataSourceViewSchema[] | GetViews () |
| Returns a single element array containing the schema for the CSLA .NET business object. More... | |
Object providing access to schema information for a business object.
This object returns only one view, which corresponds to the business object used by data binding.
Definition at line 21 of file ObjectSchema.cs.
| Csla.Web.Design.ObjectSchema.ObjectSchema | ( | CslaDataSourceDesigner | designer, |
| string | typeName | ||
| ) |
Creates an instance of the object.
| designer | Data source designer object. |
| typeName | Type name for which the schema should be generated. |
Definition at line 32 of file ObjectSchema.cs.
| System.Web.UI.Design.IDataSourceViewSchema[] Csla.Web.Design.ObjectSchema.GetViews | ( | ) |
Returns a single element array containing the schema for the CSLA .NET business object.
Definition at line 43 of file ObjectSchema.cs.