Table of Contents

Class AverageTrendRecord

Namespace
Skyline.DataMiner.Net.Trending
Assembly
SLNetTypes.dll

Represents an average trend record.

[Serializable]
public class AverageTrendRecord : TrendRecord
Inheritance
AverageTrendRecord
Inherited Members
Extension Methods

Constructors

AverageTrendRecord()

Initializes a new instance of the AverageTrendRecord class representing an average trend record.

AverageTrendRecord(AverageTrendRecord)

Initializes a new instance of the AverageTrendRecord class representing an average trend record.

AverageTrendRecord(int, DateTime, double, double, double)

Initializes a new instance of the AverageTrendRecord class representing an average trend record.

Properties

AverageValue

Gets or sets the average value.

MaximumValue

Gets or sets the maximum value.

MinimumValue

Gets or sets the minimum value.

Methods

GetStringValue()
ToString()

Returns a string that represents the current object.

ToStringArray(int, string, string[])