An example of an EntitySpaces set of classes. The proxy classes are optional and can be used for two way communications, including WCF. The CustomBase classes are, also, optional. They change the inheritance hierarchy. This allows you to add custom code that affects all entities, collections, or queries.
| C# | Visual Basic |
namespace BusinessObjects
Namespace BusinessObjects
| All Types | Classes |
| Icon | Type | Description |
|---|---|---|
| CollectionBase |
Used to change the inheritance hierarchy.
| |
| EmployeesMetadata..::.ColumnNames | ||
| Employees |
This is a test of the emergency broadcast system
| |
| EmployeesCollection | ||
| EmployeesCollectionProxyStub | ||
| EmployeesMetadata | ||
| EmployeesProxyStub | ||
| EmployeesQuery | ||
| EntityBase |
Used to change the inheritance hierarchy.
| |
| esEmployees | ||
| esEmployeesCollection | ||
| esEmployeesQuery | ||
| esEmployees..::.esStrings | ||
| EmployeesMetadata..::.PropertyNames | ||
| QueryBase |
Used to change the inheritance hierarchy.
|
