Table of Contents

Class TrendRecord

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

Represents a trend record.

[Serializable]
public abstract class TrendRecord
Inheritance
TrendRecord
Derived
Extension Methods

Constructors

TrendRecord()

Initializes a new instance of the TrendRecord class.

TrendRecord(TrendRecord)

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

TrendRecord(int, DateTime)

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

Properties

Status

Gets or sets the status.

Time

Gets or sets the time.

Methods

Clone()

Creates a new object that is a copy of the current instance.

CompareTo(object)

Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.

GetStringValue()
ToString()

Returns a string that represents the current object.

ToStringArray(int, string, string[])