Class HistoryAggregationLineBreak
Syntax
public sealed class HistoryAggregationLineBreak : HistoryAggregationTime, IHistoryAggregationHistoryTypeSupport
Constructors
HistoryAggregationLineBreak(Period, HistoryType, int)
Declaration
public HistoryAggregationLineBreak(Period period, HistoryType historyType, int lineBreak)
Parameters
Fields
SETTINGS_AGGREGATION_LINE_BREAK
Declaration
public const string SETTINGS_AGGREGATION_LINE_BREAK = "Line break"
Field Value
Properties
GetPeriod
Declaration
public override Period GetPeriod { get; }
Property Value
Overrides
LineBreak
Declaration
public int LineBreak { get; set; }
Property Value
Name
Declaration
public override string Name { get; }
Property Value
Overrides
Settings
Declaration
public override IList<SettingItem> Settings { get; set; }
Property Value
Overrides
Methods
Clone()
Creates a new object that is a copy of the current instance.
Declaration
public override object Clone()
Returns
Type |
Description |
object |
A new object that is a copy of this instance.
|
Overrides
Implements