Name | Description | |
---|---|---|
AssignChangeMethod | Allow the comsumer class of a Symphony Data Object to add/alter the change validation method associated with a property. | |
CompareObjects | Virtal method to be overriden by the implementing class. | |
CustomCompareObjects | Virtal method to be overriden by the implementing class. | |
ErrorInfomation | Return a Generic List of DataObjectErrorInfo types of error information stored for the current Symphony Data Object. | |
ForceSynergyRecordValidate | Method to ensure that Synergy Record data is validated | |
GetFieldEnabledState | Return the IsEnabled state of the field defined by the passed index | |
GetFieldFromStringIndex | Return the field index based on the passed field name. | |
GetFieldNotifyState | Return the Notify state of the field defined by the passed index. | |
GetFieldReadOnlyState | Return the IsReadOnly state of the field defined by the passed index | |
InitData | Method to allow the extending class to initialise class fields, etc. | |
InitDataPlus | Method to allow the extending class to initialise class fields, etc. | |
InitialValidateData | Method to be replaced by the extending class to initialise all member data fields | |
RaiseFieldHasFocus | Riase the required events to signal a proerty is requeting focus | |
RaiseFieldLostFocus | ||
RestoreOriginalData | This method allows you to restore the internal data area (SynergyRecord) of a Symphony Data Object to it's original value. The original value must have previously been stored in the OriginalSynergyRecord property. This OriginalSynergyRecord value is then used to reset the SynergyRecord value. All the required RaisePropertyChanged events are fired and the IsModified property will be reset to False. | |
SetFieldEnabledState | allows the code generated class to set the IsEnabled state | |
SetFieldEnabledStatus | Allow the comsumer class of a Symphony Data Object to enable or disable fields | |
SetFieldFocusFlag | method to be replaced by the extending class that will set the required field focus flag | |
SetFieldNotifyState | allows the code generated class to set the Notify state. | |
SetFieldReadOnlyState | allows the code generated class to set the IsReadOnly state | |
SetFieldReadOnlyStatus | Allow the comsumer class of a Symphony Data Object to change the RadOnly status of fields. | |
SetFieldValidationStatus | Allow the comsumer class of a Symphony Data Object to enable or disable field level validation | |
SetInvalidState | allow code to set the data invalid | |
ValidateEnteredData | method to allow the raising of the data validation routine. |