FivePD API
Models/VariableData

VariableDataEntity

Represents a dynamic entity.

This model represents the database table fivepd_variable_data_entities. 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 entity.

Type: string

SetId

Gets or sets the id of the VariableDataSet which this entity belongs to.

Type: string

Set

Gets or sets the set this entity belongs to.

Type: VariableDataSet

Values

Gets or sets the values of this entity.

Type: IList<VariableDataValue>

MappedValues

Gets or sets the values of this entity. If adding or updating an entity this should be used instead of the VariableDataEntity.Values property.

Type: Dictionary<string, object>