Symphony Framework
Pulse_Data Class Methods


Symphony.Harmony.Model Namespace : Pulse_Data Class

For a list of all members of this type, see Pulse_Data members.

Public Methods
 NameDescription
Public MethodAllow 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)
Public Method Virtal method to be overriden by the implementing class. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method Virtal method to be overriden by the implementing class. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodReturn a Generic List of DataObjectErrorInfo types of error information stored for the current Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodMethod to ensure that Synergy Record data is validated (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method Return the IsEnabled state of the field defined by the passed index (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method Return the field index based on the passed field name. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method Return the Notify state of the field defined by the passed index. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method Return the IsReadOnly state of the field defined by the passed index (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodOverridden.  Method to allow the extending class to initialise class fields, etc.  
Public Method Method to allow the extending class to initialise class fields, etc. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodOverridden.  Method to be replaced by the extending class to initialise all member data fields  
Public Method Riase the required events to signal a proerty is requeting focus (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodThis 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)
Public Method allows the code generated class to set the IsEnabled state (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodAllow the comsumer class of a Symphony Data Object to enable or disable fields (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodOverridden.  method to be replaced by the extending class that will set the required field focus flag  
Public Method allows the code generated class to set the Notify state. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method allows the code generated class to set the IsReadOnly state (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodAllow the comsumer class of a Symphony Data Object to change the RadOnly status of fields. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public MethodAllow the comsumer class of a Symphony Data Object to enable or disable field level validation (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method allow code to set the data invalid (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Method method to allow the raising of the data validation routine. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Top
Protected Methods
 NameDescription
Protected MethodA place holder routine that allows for additional Synergy Record processing. This method, if implemented in the extending class, will be executed when the Synergy Record property Set method is accessed. It allows for additional processing of non-repository structure fields. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Method A place holder routine that allows for additional constructor processing. This method, if implemented in the extending class, will be executed during standard constructor execution. The method allows for additional processing such as initializing non-repository structure fields. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Method Method to allow the extending class to raise the PropertyChanged event for non-repository based fields/properties (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Method Method to allow the extending class to raise the PropertyChanged event (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Method Method to allow the extending class to raise the SynergyRecordChanged event. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Method Method to allow the setting of field level errors (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Method (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Method Allow the setting of a field as "valid" by the class. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected MethodMethod to allow the extending class to indicate the Symphony Data Object has changed. The IsNew flag is set to False. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Top
See Also

Reference

Pulse_Data Class
Symphony.Harmony.Model Namespace