Name | Description | |
---|---|---|
Agv_response_time | Agv_response_time | |
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) | |
Bytes_recieved | Bytes_recieved | |
Bytes_sent | Bytes_sent | |
Client_server_timeouts | Client_server_timeouts | |
Domain_timeout | Domain_timeout | |
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) | |
Log_date | Log_date | |
Log_file_expire_days | Log_file_expire_days | |
Log_hour | Log_hour | |
Log_minute | Log_minute | |
Max_active_domains | Max_active_domains | |
Max_response_time | Max_response_time | |
Min_response_time | Min_response_time | |
Number_delete_calls | Number_delete_calls | |
Number_exec_calls | Number_exec_calls | |
Number_insert_calls | Number_insert_calls | |
Number_of_active_domains | Number_of_active_domains | |
Number_of_log_files | Number_of_log_files | |
Number_select_calls | Number_select_calls | |
Number_update_calls | Number_update_calls | |
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 | Strucure informaiton serialise to a byte array | |
StructureSize | Overridden. Expose the underlying structure size. | |
SynergyRecord | Overridden. property to be replaced by the extending class to expose the synergy record data | |
Total_calls | Total_calls |