Table of Contents

Constructor AverageTrendRecord

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

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

public AverageTrendRecord()

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

public AverageTrendRecord(int status, DateTime time, double avg, double min, double max)

Parameters

status int

The status.

time DateTime

The timestamp of the average trend record.

avg double

The average value.

min double

The minimum value.

max double

The maximum value.

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

public AverageTrendRecord(AverageTrendRecord record)

Parameters

record AverageTrendRecord