Click or drag to resize

StartRecordDataModelRecordDataConditions Property

Determines the rule of when the data gets recorded into History.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public CompositeConditionModel RecordDataConditions { get; set; }

Property Value

Type: CompositeConditionModel
Remarks

The RecordDataConditions can work together with interval. Which in the case the data match with the conditions specified, the data will only get recorded when the time interval exceeds Interval.

See Also