Tag |
public sealed class TagInfo : IMessage<TagInfo>, IMessage, IEquatable<TagInfo>, IDeepCloneable<TagInfo>, IBufferMessage
The TagInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| TagInfo | Initializes a new instance of the TagInfo class | |
| TagInfo(TagInfo) | Initializes a new instance of the TagInfo class |
| Name | Description | |
|---|---|---|
| Descriptor | ||
| Flags | Any flags associated with the tag item. | |
| ItemType | The type of tag item. | |
| Parser | ||
| TagItemId | The ID of the tag item. | |
| TagProperties | All the properties of the tag item. |
| Name | Description | |
|---|---|---|
| CalculateSize | ||
| Clone | ||
| Equals(Object) | (Overrides ObjectEquals(Object)) | |
| Equals(TagInfo) | ||
| GetHashCode | (Overrides ObjectGetHashCode) | |
| MergeFrom(CodedInputStream) | ||
| MergeFrom(TagInfo) | ||
| ToString | (Overrides ObjectToString) | |
| WriteTo |
| Name | Description | |
|---|---|---|
| FlagsFieldNumber | Field number for the "flags" field. | |
| ItemTypeFieldNumber | Field number for the "item_type" field. | |
| TagItemIdFieldNumber | Field number for the "tag_item_id" field. | |
| TagPropertiesFieldNumber | Field number for the "tag_properties" field. |