Table of Contents

Constructor TrendRecord

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

Initializes a new instance of the TrendRecord class.

public TrendRecord()

Initializes a new instance of the TrendRecord class using the specified status and time.

public TrendRecord(int status, DateTime time)

Parameters

status int

The status.

time DateTime

The time.

Initializes a new instance of the TrendRecord class using the specified record.

public TrendRecord(TrendRecord record)

Parameters

record TrendRecord

The trend record.