Name | Description | |
---|---|---|
AssignChangeMethod | Allow the comsumer class of a Symphony Data Object to add/alter the change validation method associated with a property. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
CompareObjects | Virtal method to be overriden by the implementing class. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
CustomCompareObjects | Virtal method to be overriden by the implementing class. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
ErrorInfomation | Return a Generic List of DataObjectErrorInfo types of error information stored for the current Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
ForceSynergyRecordValidate | Method to ensure that Synergy Record data is validated (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
GetFieldEnabledState | Return the IsEnabled state of the field defined by the passed index (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
GetFieldFromStringIndex | Return the field index based on the passed field name. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
GetFieldNotifyState | Return the Notify state of the field defined by the passed index. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
GetFieldReadOnlyState | Return the IsReadOnly state of the field defined by the passed index (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
InitData | Method to allow the extending class to initialise class fields, etc. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
InitDataPlus | Method to allow the extending class to initialise class fields, etc. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
InitialValidateData | Overridden. 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 (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
RaiseFieldLostFocus | (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
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. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetFieldEnabledState | allows the code generated class to set the IsEnabled state (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetFieldEnabledStatus | Allow the comsumer class of a Symphony Data Object to enable or disable fields (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetFieldFocusFlag | Overridden. 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. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetFieldReadOnlyState | allows the code generated class to set the IsReadOnly state (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetFieldReadOnlyStatus | Allow the comsumer class of a Symphony Data Object to change the RadOnly status of fields. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetFieldValidationStatus | Allow the comsumer class of a Symphony Data Object to enable or disable field level validation (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetInvalidState | allow code to set the data invalid (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
ValidateEnteredData | method to allow the raising of the data validation routine. (Inherited from Symphony.Conductor.Model.DataObjectBase) |