Class GetTrendDataResponseMessage
Represents a response message to a GetTrendDataMessage request.
[Serializable]
public class GetTrendDataResponseMessage : ResponseMessage
- Inheritance
-
GetTrendDataResponseMessage
- Extension Methods
Constructors
- GetTrendDataResponseMessage()
Initializes a new instance of the GetTrendDataResponseMessage class.
Properties
- ColumnNames
Gets or sets the column names.
- Message
Gets or sets the message.
- Records
Gets or sets the records.
- Result
Gets or sets the number of retrieved trend records.
- Values
Gets or sets the values.
Methods
- ToString()
Returns a string that represents the current object.