CslaDataSource configuration form. More...
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... | |
CslaDataSource configuration form.
Definition at line 19 of file CslaDataSourceConfiguration.cs.
| Csla.Web.Design.CslaDataSourceConfiguration.CslaDataSourceConfiguration | ( | ) |
Create instance of object.
Definition at line 26 of file CslaDataSourceConfiguration.cs.
| Csla.Web.Design.CslaDataSourceConfiguration.CslaDataSourceConfiguration | ( | DataSourceControl | control, |
| string | oldTypeName | ||
| ) |
Create instance of object.
| control | Reference to the data source control. |
| oldTypeName | Existing type name. |
Definition at line 36 of file CslaDataSourceConfiguration.cs.
|
protected |
Clean up any resources being used.
| disposing | true if managed resources should be disposed; otherwise, false. |
Definition at line 14 of file CslaDataSourceConfiguration.designer.cs.
|
get |
Gets the type name entered by the user.
Definition at line 47 of file CslaDataSourceConfiguration.cs.