Table of Contents

Class RealtimeTrendRecord

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

Represents a real-time trend record.

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

Constructors

RealtimeTrendRecord()

Initializes a new instance of the RealtimeTrendRecord class.

RealtimeTrendRecord(RealtimeTrendRecord)

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

RealtimeTrendRecord(int, DateTime, string)

Initializes a new instance of the RealtimeTrendRecord class using the specified status, time and value.

Properties

Value

Gets or sets the value.

Methods

GetStringValue()
ToString()

Returns a string that represents the current object.

ToStringArray(int, string, string[])