Models/VariableData
VariableDataValue
Represents an entity's attribute value.
This model represents the database table fivepd_variable_data_values. When modifying any properties of this model, ensure that you have saved the changes using the DatabaseContext.
Properties
Id
Gets or sets the id of this value.
Type: int
Attribute
Gets or sets the attribute which this value belongs to.
Type: VariableDataAttribute
Entity
Gets or sets the entity which this value belongs to.
Type: VariableDataEntity
Value
Gets or sets the actual value in a serialized format.
Type: string