Ensur.Core.Main.POCOs.Forms Namespace
All POCO objects related to form data
| DataRule |
A rule that the incoming data wil have to follow
|
| FormComponent |
Every data point in a form is retrieved/saved as a FormComponent. It can represent a single Textbox or a grid with other FormComponent children.
|
| FormComponentGridRow |
A row containing an array of FormComponents
|
| FormDocument | |
| FormLayout |
This is a class that caches and retrives all the FRM_COMP_* tables from the database to aid in the speed of loading forms. The comp tables hold detailed information on each individual component.
|
| FormValue |
Internal class use to load all the values in a form
|
| Navigation |
Form navigation. Each object is connected to a form page containing form components.
|