CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Web.Design.ObjectSchema Class Reference

Object providing access to schema information for a business object. More...

Inheritance diagram for Csla.Web.Design.ObjectSchema:

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.

Detailed Description

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.

Constructor & Destructor Documentation

◆ ObjectSchema()

Csla.Web.Design.ObjectSchema.ObjectSchema ( CslaDataSourceDesigner? designer,
string typeName )
inline

Creates an instance of the object.

Parameters
designerData source designer object.
typeNameType name for which the schema should be generated.
Exceptions
ArgumentNullExceptiontypeName is null.

Member Function Documentation

◆ GetViews()

IDataSourceViewSchema[] Csla.Web.Design.ObjectSchema.GetViews ( )
inline

Returns a single element array containing the schema for the CSLA .NET business object.


The documentation for this class was generated from the following file: