![]() |
CSLA .NET 10.0.0
A home for your business logic
|
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. | |
| IDataSourceViewSchema[] | GetViews () |
| Returns a single element array containing the schema for the CSLA .NET business object. | |
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.
|
inline |
Creates an instance of the object.
| designer | Data source designer object. |
| typeName | Type name for which the schema should be generated. |
| ArgumentNullException | typeName is null. |
|
inline |
Returns a single element array containing the schema for the CSLA .NET business object.