DataLogValue Class Members
- Last UpdatedNov 06, 2025
- 4 minute read
The following tables list the members exposed by DataLogValue.
| Name | Description | |
|---|---|---|
![]() | DataLogValue Constructor | The DataLogValue() method is the constructor for the class. It initializes an instance of this class, passing a DataRow as a parameter. The DataRow structure must match the Data_Log_Value table so that fields can be initialized correctly. |
| Name | Description | |
|---|---|---|
![]() | lastEditBy | The lastEditBy field contains the database lastEditBy for this value after it has been saved. |
![]() | rowId | The rowId field contains the database row_id for this value after it has been saved. |
| Name | Description | |
|---|---|---|
![]() | CurValue | The CurValue property is a read-only property that contains the current value for this data log value as a string. |
![]() | Editable | The Editable property is a read-only property that contains a flag that is true if this value is editable; otherwise, it is false. |
![]() | GrpId | The GrpId property is a read-only property that contains the data log group ID to which this value belongs. |
![]() | LastEditAt | The LastEditAt property is a read-only property that contains the date/time of the last edit of this data log value. |
![]() | LastEditBy | The LastEditBy property is a read-only property that contains the user_id of the person who made the last edit of this data log value. |
![]() | LastEditComment | The LastEditComment property is a read-only property that contains the comment for the last edit, if any, of this data log value. |
![]() | Meaning | The Meaning property is a read-only property that contains the meaning configured property, if there is one, for this value. |
![]() | MeaningToValueIndex | The MeaningToValueIndex property is a read-only property that contains the meaningToValueIndex configured property, if there is one, for this value. |
![]() | ModId | The ModId property is a read-only property that contains the current mod ID value for this data log value. |
![]() | RowId | The RowId property is a read-only property that contains the database row ID for this value. |
![]() | Spare1 | The Spare1 property is a read-only property that contains the spare1 value assigned to this data log value. |
![]() | Spare2 | The Spare2 property is a read-only property that contains the spare2 value assigned to this data log value. |
![]() | Spare3 | The Spare3 property is a read-only property that contains the spare3 value assigned to this data log value. |
![]() | Spare4 | The Spare4 property is a read-only property that contains the spare4 value assigned to this data log value. |
![]() | SpecId | The SpecId property is a read-only property that contains the spec_id, if there is one, linked to this data log value. |
![]() | ValueIndex | The ValueIndex property is a read-only property that contains the index for this value within the group. |
![]() | ValueIndexName | The ValueIndexName property is a read-only property that contains the value index name for this value (e.g., 'value1'). |
![]() | ValueName | The ValueName property is a read-only property that contains the configured name for this data log value. |
![]() | ValueType | The ValueType property is a read-only property that contains the data type for this value as a DataLogValueDataTypes enumeration. |
| Name | Description | |
|---|---|---|
![]() | UpdateValue | The UpdateValue() method updates this data log value with a new value and saves it to the database. The request is ignored if the current value is the same as the new value passed. |



