RawEntityDataTEntity Class |
Namespace: AGI.Foundation.Tracking
The RawEntityDataTEntity type exposes the following members.
Name | Description | |
---|---|---|
Properties |
Gets the properties included in this data set.
| |
RecordCount |
Gets the number of entity records in the data set. Each record represents one update
to one entity. The overall data set may contain multiple distinct entities, multiple updates to a
single entity, or both.
|
Name | Description | |
---|---|---|
CreateEntity |
Creates an entity with the data from a specified record in the data set.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FillArray |
Fills an array from a specified record in the data set. The array must contain one
element for each property in Properties and on return of the array will
be filled with values in the same order.
| |
FillEntity |
Fills a given entity instance with the data from a specified record in the data set.
The EntityIdentifier property, if it exists in the data set,
is ignored; it is not required to match the entity to be filled.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetEntityIdentifier |
Gets the entity identifier from a specified record in the data set.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetValues |
Gets the values from a specified record in the data set. The returned array will contain
one element for each property in Properties and will be in the same order.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |