Name | Description | |
---|---|---|
AllErrors | Allow read-only access to all the error information as a property. The AllErrors proeprty returns a Generic List of DataObjectErrorInfo types. | |
Error | Error value. | |
FieldHeadings | Readonly property that returns the report headings of the fields defined within the Symphony Data Object. | |
FieldNames | Readonly property that returns the names of the fields defined within the Symphony Data Object. | |
GlobalRFA | Expose a simpler property that allows you to store/retreive the Symphony Data Object global RFA address. | |
HostReference | String variable that allows the creating host object to label the Symphony Data Object. | |
IsDataModified | property to determine of the data has changed | |
IsDataValid | property to determine if the object is valid | |
IsNew | property to determine of the data is new | |
Item | Error indexer that accepts the field name to signal that fields error | |
ObjectRaisesPropertyChanged | By un-setting the ObjectRaisesPropertyChanged property the Symphony Data Object will not raise the PropertyChanged event to notify the UI that the field data has changed. By default this property value is True. You should set this property if you are using the object for internal use and it is not data-bound to the UI. | |
OriginalSynergyRecord | This proprety is used by your programs to record the "original" state of a record. By setting this property the IsDataModified property will be set to False. If you wish to change this behaviour then explicity set IsDataModified = true in your code. | |
StructureSize | Expose the underlying structure size. | |
SynergyRecord | property to be replaced by the extending class to expose the synergy record data |