Class ChartHistoryEvent
- Namespace
- InSite.Persistence.Plugin.NCSHA
- Assembly
- InSite.Persistence.dll
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public abstract class ChartHistoryEvent : NcshaHistoryEvent
- Inheritance
-
ChartHistoryEvent
- Derived
- Inherited Members
Constructors
ChartHistoryEvent()
protected ChartHistoryEvent()
Properties
Criteria
public IReadOnlyList<ChartHistoryEvent.CriteriaInfo> Criteria { get; }
Property Value
Methods
AddCriteria(string[], int?, int?, string, string, string, string)
public ChartHistoryEvent.CriteriaInfo AddCriteria(string[] regions, int? fromYear, int? toYear, string func, string datasetType, string axis, string unit)