CSLA.NET 5.4.2
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
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. More...
 
System.Web.UI.Design.IDataSourceViewSchema[] GetViews ()
 Returns a single element array containing the schema for the CSLA .NET business object. More...
 

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.

Definition at line 21 of file ObjectSchema.cs.

Constructor & Destructor Documentation

◆ ObjectSchema()

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

Creates an instance of the object.

Parameters
designerData source designer object.
typeNameType name for which the schema should be generated.

Definition at line 32 of file ObjectSchema.cs.

Member Function Documentation

◆ GetViews()

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.