FivePD API
Models/VariableData

VariableDataSet

Represents a dynamic data set.

This model represents the database table fivepd_variable_data_sets. 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 set.

Type: string

Entities

Gets or sets the entities of this set.

Type: IList<VariableDataEntity>

Attributes

Gets or sets the attributes of this set.

Type: IList<VariableDataAttribute>