HistoryVisualizerTEntityHistoryGenerator Property |
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 HistoryGenerator<TEntity> HistoryGenerator { get; set; }
Public Property HistoryGenerator As HistoryGenerator(Of TEntity)
Get
Set
public:
property HistoryGenerator<TEntity>^ HistoryGenerator {
HistoryGenerator<TEntity>^ get ();
void set (HistoryGenerator<TEntity>^ value);
}
member HistoryGenerator : HistoryGenerator<'TEntity> with get, set
Property Value
Type:
HistoryGeneratorTEntitySee Also