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.CslaDataSourceConfiguration Class Reference

CslaDataSource configuration form. More...

Inheritance diagram for Csla.Web.Design.CslaDataSourceConfiguration:

Public Member Functions

 CslaDataSourceConfiguration ()
 Create instance of object. More...
 
 CslaDataSourceConfiguration (DataSourceControl control, string oldTypeName)
 Create instance of object. More...
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

string TypeName [get]
 Gets the type name entered by the user. More...
 

Detailed Description

CslaDataSource configuration form.

Definition at line 19 of file CslaDataSourceConfiguration.cs.

Constructor & Destructor Documentation

◆ CslaDataSourceConfiguration() [1/2]

Csla.Web.Design.CslaDataSourceConfiguration.CslaDataSourceConfiguration ( )

Create instance of object.

Definition at line 26 of file CslaDataSourceConfiguration.cs.

◆ CslaDataSourceConfiguration() [2/2]

Csla.Web.Design.CslaDataSourceConfiguration.CslaDataSourceConfiguration ( DataSourceControl  control,
string  oldTypeName 
)

Create instance of object.

Parameters
controlReference to the data source control.
oldTypeNameExisting type name.

Definition at line 36 of file CslaDataSourceConfiguration.cs.

Member Function Documentation

◆ Dispose()

override void Csla.Web.Design.CslaDataSourceConfiguration.Dispose ( bool  disposing)
protected

Clean up any resources being used.

Parameters
disposingtrue if managed resources should be disposed; otherwise, false.

Definition at line 14 of file CslaDataSourceConfiguration.designer.cs.

Property Documentation

◆ TypeName

string Csla.Web.Design.CslaDataSourceConfiguration.TypeName
get

Gets the type name entered by the user.

Definition at line 47 of file CslaDataSourceConfiguration.cs.