The Model namespace contains the base classes for the Symphony DataObject.
Classes
| Class | Description |
| BaseFieldInformation |
A simple class that contains a number of public properties that describe the basic structure of a field
|
| DataChangedMessage | This class represents the information communicated to the host event handler when a property value has been modifed by the client (View). |
| DataMapping |
The Data Mapping class maps the "synergy record" data to an individual native field type.
|
| DataObjectBase | This base abstract class should be extended by all Data Object classes. It contains the base requirements that enable the to enable communications between the Synergy.NET and UW user interface and the controlling Synergy application. |
| DataObjectErrorInfo | A data class that defines the properties available to identfy the error details when a has an IsDataValid state of False |
| DataObjectValidation | The DataObjectValidation provides basic UI Toolkit style field validation. This class is utilised within the base class and the methods deined within this class are not designed for consuption by other classes. |
Interfaces
Structures
Delegates
Enumerations
See Also