Symphony Framework
IntResponse_Data Class Members
Fields  Properties  Methods  Events


Symphony.Harmony.Model Namespace : IntResponse_Data Class

The following tables list the members exposed by IntResponse_Data.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic) Object member list  
Top
Protected Fields
 NameDescription
Protected Field Store the current field number. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Field Backing field to hold all field level information. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Field This logic allows a generated data oject to store off a copy of the field details and prevent itself from re-creating them. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Field Backing field to stre the objects field headings for report/excel export, etc. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Field Backing field to store the objects field names. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Field Storage of the IsDataModified flag. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Field Storage of the IsNew flag. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected Field Internal/protected string expresion of the data object value. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Protected FieldProtected field that can be used by the extending class to force validation of data when setting objectvalues using the Synergy Record property (Inherited from Symphony.Conductor.Model.DataObjectBase)
Top
Public Properties
 NameDescription
Public PropertyAllow read-only access to all the error information as a property. The AllErrors proeprty returns a Generic List of DataObjectErrorInfo types. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Property Error value. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public PropertyReadonly property that returns the report headings of the fields defined within the Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public PropertyReadonly property that returns the names of the fields defined within the Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public PropertyExpose a simpler property that allows you to store/retreive the Symphony Data Object global RFA address. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public PropertyString variable that allows the creating host object to label the Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Property property to determine of the data has changed (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Property property to determine if the object is valid (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Property property to determine of the data is new (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Property Error indexer that accepts the field name to signal that fields error (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public PropertyBy 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. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Property 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. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Property Byte stream of the serialized record.  
Public PropertyExpose the string value stored in the Symphony Data Object instance.  
Public Property Expose the underlying structure size. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public PropertyOverridden.  property to be replaced by the extending class to expose the synergy record data  
Top
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 Method Method to allow the extending class to initialise class fields, etc. (Inherited from Symphony.Conductor.Model.DataObjectBase)
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
Public Events
 NameDescription
Public EventThe ExecuteChange event is raised when a Symphony Data Object change method execution is required. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public EventThe FieldHasFocus event is raised when a property on the Symphony Data Object is requesting focus. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Event Event raised when a property/field has lost focus. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public EventDefine the event to raise when the data in the Symphony Data Object is modified. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public EventDefine the event to raise when the validity of the data within the Symphony Data Object has changed. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Event Define the event to raise when the IsNEw property has changed. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public Event Allow change notifications (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public EventDefine the event to raise when the validity of the data within the Symphony Data Object has changed. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Public EventThe ValidateData event is raised when a Symphony Data Object property value has been changed and validation of the modified data is required. (Inherited from Symphony.Conductor.Model.DataObjectBase)
Top
See Also

Reference

IntResponse_Data Class
Symphony.Harmony.Model Namespace