HistoryGeneratorTEntityEntities Property |
Gets the entities for which history is being maintained.
Namespace:
AGI.Foundation.Tracking
Assembly:
AGI.Foundation.Tracking.Graphics (in AGI.Foundation.Tracking.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EntitySet<TEntity> Entities { get; }
Public ReadOnly Property Entities As EntitySet(Of TEntity)
Get
public:
property EntitySet<TEntity>^ Entities {
EntitySet<TEntity>^ get ();
}
member Entities : EntitySet<'TEntity> with get
Property Value
Type:
EntitySetTEntitySee Also