Class RealtimeTrendRecord
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
- ToString()
Returns a string that represents the current object.