Name | Description | |
---|---|---|
StringResponse_Data Constructor | Overloaded. |
The following tables list the members exposed by StringResponse_Data.
Name | Description | |
---|---|---|
StringResponse_Data Constructor | Overloaded. |
Name | Description | |
---|---|---|
SynergyMemberInfo | Object member list |
Name | Description | |
---|---|---|
mCurrentField | Store the current field number. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
mfieldArray | Backing field to hold all field level information. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
mfieldDictionary | 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) | |
mFieldHeadings | Backing field to stre the objects field headings for report/excel export, etc. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
mFieldNames | Backing field to store the objects field names. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
mIsDataModified | Storage of the IsDataModified flag. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
mIsNew | Storage of the IsNew flag. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
mSynergyRecord | Internal/protected string expresion of the data object value. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
mValidateSynergyData | Protected 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) |
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. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
Error | Error value. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
FieldHeadings | Readonly property that returns the report headings of the fields defined within the Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
FieldNames | Readonly property that returns the names of the fields defined within the Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
GlobalRFA | Expose a simpler property that allows you to store/retreive the Symphony Data Object global RFA address. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
HostReference | String variable that allows the creating host object to label the Symphony Data Object. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
IsDataModified | property to determine of the data has changed (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
IsDataValid | property to determine if the object is valid (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
IsNew | property to determine of the data is new (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
Item | Error indexer that accepts the field name to signal that fields error (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
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. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
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. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SerializableSynergyRecord | Byte stream of the serialized record. | |
StringValue | Expose the string value stored in the Symphony Data Object instance. | |
StructureSize | Expose the underlying structure size. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SynergyRecord | Overridden. property to be replaced by the extending class to expose the synergy record data |
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) |
Name | Description | |
---|---|---|
doSynergyRecordProcessing | A 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) | |
extendedConstructor | 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) | |
RaiseNonRPSPropertyChanged | Method to allow the extending class to raise the PropertyChanged event for non-repository based fields/properties (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
RaisePropertyChanged | Method to allow the extending class to raise the PropertyChanged event (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
RaiseSynergyRecordChanged | Method to allow the extending class to raise the SynergyRecordChanged event. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
setErrorDetails | Method to allow the setting of field level errors (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
setFieldInfo | (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SetFieldValid | Allow the setting of a field as "valid" by the class. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
setUsed | Method 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) |
Name | Description | |
---|---|---|
ExecuteChangeMethod | The ExecuteChange event is raised when a Symphony Data Object change method execution is required. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
FieldHasFocus | The FieldHasFocus event is raised when a property on the Symphony Data Object is requesting focus. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
FieldLostFocus | Event raised when a property/field has lost focus. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
IsDataModifiedChanged | Define the event to raise when the data in the Symphony Data Object is modified. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
IsDataValidChanged | Define the event to raise when the validity of the data within the Symphony Data Object has changed. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
IsNewChanged | Define the event to raise when the IsNEw property has changed. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
PropertyChanged | Allow change notifications (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
SynergyRecordChanged | Define the event to raise when the validity of the data within the Symphony Data Object has changed. (Inherited from Symphony.Conductor.Model.DataObjectBase) | |
ValidateData | The 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) |