TrackingArchiveTEntityGetEntityPrimitivePropertyComponents Method |
Fills an array with the archived properties of an entity.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected void GetEntityPrimitivePropertyComponents(
Transaction transaction,
TEntity entity,
Object[] values
)
Protected Sub GetEntityPrimitivePropertyComponents (
transaction As Transaction,
entity As TEntity,
values As Object()
)
protected:
void GetEntityPrimitivePropertyComponents(
Transaction^ transaction,
TEntity entity,
array<Object^>^ values
)
member GetEntityPrimitivePropertyComponents :
transaction : Transaction *
entity : 'TEntity *
values : Object[] -> unit
Parameters
- transaction
- Type: AGI.FoundationTransaction
The transaction in which to obtain the property values of the entity. - entity
- Type: TEntity
The entity from which to obtain the property values. - values
- Type: SystemObject
The array in which to store the values. The array must have an element for each property
in PrimitivePropertyComponents.
See Also