Constructor TrendRecord
TrendRecord()
Initializes a new instance of the TrendRecord class.
public TrendRecord()
TrendRecord(int, DateTime)
Initializes a new instance of the TrendRecord class using the specified status and time.
public TrendRecord(int status, DateTime time)
Parameters
TrendRecord(TrendRecord)
Initializes a new instance of the TrendRecord class using the specified record.
public TrendRecord(TrendRecord record)
Parameters
record
TrendRecordThe trend record.