Click or drag to resize

TrackingArchiveTEntityPrimitivePropertyComponents Property

Gets a list of the primitive components of the properties for this entity type. Each property in Properties will correspond to one or more properties in this collection. For example, a property in Properties of type JulianDate might have two properties in this collection: an integer called "Day" and a double called "SecondsOfDay". The exact relationship between Properties and this collection is dictated by the TypeArchivers being used by this archive.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public ReadOnlyCollection<ArchivedProperty> PrimitivePropertyComponents { get; }

Property Value

Type: ReadOnlyCollectionArchivedProperty
See Also