Aggregate |
public sealed class AggregateTagData : IMessage<AggregateTagData>, IMessage, IEquatable<AggregateTagData>, IDeepCloneable<AggregateTagData>, IBufferMessage
The AggregateTagData type exposes the following members.
| Name | Description | |
|---|---|---|
| AggregateTagData | Initializes a new instance of the AggregateTagData class | |
| AggregateTagData(AggregateTagData) | Initializes a new instance of the AggregateTagData class |
| Name | Description | |
|---|---|---|
| Annotations | Any annotations for the tag. | |
| ClientData | The client data. | |
| Descriptor | ||
| ErrorCode | The error code if an error occurred. | |
| ErrorMessage | The error message if an error occurred. | |
| Parser | ||
| TagName | The name of the tag. | |
| Tvqs | The TVQs of the tag with the aggregate applied. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(AggregateTagData) | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(AggregateTagData) | ||
| MergeFrom(CodedInputStream) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| AnnotationsFieldNumber | Field number for the "annotations" field. | |
| ClientDataFieldNumber | Field number for the "client_data" field. | |
| ErrorCodeFieldNumber | Field number for the "error_code" field. | |
| ErrorMessageFieldNumber | Field number for the "error_message" field. | |
| TagNameFieldNumber | Field number for the "tag_name" field. | |
| TvqsFieldNumber | Field number for the "tvqs" field. |