A sample Framework generated by ORM.NET.
| Class | Description |
|---|---|
| Business | Base class that all Table wrapping template objects inherit from. |
| Config | Wraps the app.config file by exposing it's key/value pairs as static properties. |
| Contact | Wraps a row and it's columns/children/parents |
| ContactCollection | Holds a colection of Contacts that can be searched and enemerated. |
| ContactCollectionOrmTemplate | Holds a collection of Contacts that can be searched and enumerated. |
| ContactOrmTemplate | Wraps a datarow, exposing it's richest features as properties and methods. |
| Course | Wraps a row and it's columns/children/parents |
| CourseCollection | Holds a colection of Courses that can be searched and enemerated. |
| CourseCollectionOrmTemplate | Holds a collection of Courses that can be searched and enumerated. |
| CourseOrmTemplate | Wraps a datarow, exposing it's richest features as properties and methods. |
| DataManager | Main entry point into the database. 'Get' calls fetch data using the QueryCriteria object. 'New' calls create new objects/rows. The CommitAll() function will need to be called at the end. |
| Enrollment | Wraps a row and it's columns/children/parents |
| EnrollmentCollection | Holds a colection of Enrollments that can be searched and enemerated. |
| EnrollmentCollectionOrmTemplate | Holds a collection of Enrollments that can be searched and enumerated. |
| EnrollmentOrmTemplate | Wraps a datarow, exposing it's richest features as properties and methods. |
| FetchPath | Specify the tables that need to be fetched. |
| JoinPath | Offers a way to map join paths from the table you wish to fetch, to the table whose criteria you wish to constrain. |
| Lookups | Provides a lookup table that is not modified, but used like an enumerator. |
| OrmDataSet | Wraps DataSet, creating all Tables, Columns, Constraints and Relations |
| Room | Wraps a row and it's columns/children/parents |
| RoomCollection | Holds a colection of Rooms that can be searched and enemerated. |
| RoomCollectionOrmTemplate | Holds a collection of Rooms that can be searched and enumerated. |
| RoomOrmTemplate | Wraps a datarow, exposing it's richest features as properties and methods. |
| Schedule | Wraps a row and it's columns/children/parents |
| ScheduleCollection | Holds a colection of Schedules that can be searched and enemerated. |
| ScheduleCollectionOrmTemplate | Holds a collection of Schedules that can be searched and enumerated. |
| ScheduleOrmTemplate | Wraps a datarow, exposing it's richest features as properties and methods. |
| Student | Wraps a row and it's columns/children/parents |
| StudentCollection | Holds a colection of Students that can be searched and enemerated. |
| StudentCollectionOrmTemplate | Holds a collection of Students that can be searched and enumerated. |
| StudentOrmTemplate | Wraps a datarow, exposing it's richest features as properties and methods. |
| Teacher | Wraps a row and it's columns/children/parents |
| TeacherCollection | Holds a colection of Teachers that can be searched and enemerated. |
| TeacherCollectionOrmTemplate | Holds a collection of Teachers that can be searched and enumerated. |
| TeacherOrmTemplate | Wraps a datarow, exposing it's richest features as properties and methods. |