Click or drag to resize

TrackingArchiveTEntityGetArchivedPrimitivePropertyComponents Method (Object, IEnumerableArchivedProperty, JulianDate, JulianDate, Int32)

Retrieves archived primitive property components for the provided entity over the provided time period.

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected abstract Object[] GetArchivedPrimitivePropertyComponents(
	Object entityIdentifier,
	IEnumerable<ArchivedProperty> primitivePropertyComponents,
	JulianDate start,
	JulianDate stop,
	int maximumRecords
)

Parameters

entityIdentifier
Type: SystemObject
The identifier of the entity whose properties to retrieve.
primitivePropertyComponents
Type: System.Collections.GenericIEnumerableArchivedProperty
The archived properties to retrieve.
start
Type: AGI.Foundation.TimeJulianDate
The time of the first property to retrieve.
stop
Type: AGI.Foundation.TimeJulianDate
The time of the last property to retrieve.
maximumRecords
Type: SystemInt32
The maximum number of each property to retrieve.

Return Value

Type: Object
The array of primitive components.
See Also