Class HistoryAggregationLineBreak
Syntax
public sealed class HistoryAggregationLineBreak : HistoryAggregationTime
Constructors
HistoryAggregationLineBreak(Period, int)
Declaration
public HistoryAggregationLineBreak(Period period, int lineBreak)
Parameters
Type |
Name |
Description |
Period |
period |
|
int |
lineBreak |
|
Fields
SETTINGS_AGGREGATION_LINE_BREAK
Declaration
public const string SETTINGS_AGGREGATION_LINE_BREAK = "Line break"
Field Value
Properties
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
TryGetPeriod(out Period)
Declaration
public override bool TryGetPeriod(out Period period)
Parameters
Type |
Name |
Description |
Period |
period |
|
Returns
Overrides