Click or drag to resize

RawEntityDataTEntity Class

Holds raw entity data read from a TrackingArchiveTEntity. The data may contain multiple distinct entities, multiple updates to a single entity, or both.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.TrackingRawEntityDataTEntity

Namespace:  AGI.Foundation.Tracking
Assembly:  AGI.Foundation.Tracking (in AGI.Foundation.Tracking.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public class RawEntityData<TEntity>
where TEntity : class

Type Parameters

TEntity
The type of entity.

The RawEntityDataTEntity type exposes the following members.

Properties
  NameDescription
Public propertyProperties
Gets the properties included in this data set.
Public propertyRecordCount
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.
Top
Methods
  NameDescription
Public methodCreateEntity
Creates an entity with the data from a specified record in the data set.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFillArray
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.
Public methodFillEntity
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEntityIdentifier
Gets the entity identifier from a specified record in the data set.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValues
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.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also