Represents a property that can store a collection of entity objects.
Inheritance Hierarchy
TimeCockpit.Data DynamicObject
TimeCockpit.Data.DataModel NamedDynamicObject
TimeCockpit.Data.DataModel ModelElement
TimeCockpit.Data.DataModel ModelProperty
TimeCockpit.Data.DataModel PersistedProperty
TimeCockpit.Data.DataModel BinaryProperty
TimeCockpit.Data.DataModel EntityObjectCollectionProperty
Namespace: TimeCockpit.Data.DataModel
Assembly: TimeCockpit.Data (in TimeCockpit.Data.dll) Version: 1.11.2319.17 (1.11.2319.17)
Syntax
public sealed class EntityObjectCollectionProperty : BinaryProperty
Remarks
This class uses BinaryProperty store store a serialized version of lists of EntityObject objects.
See Also