Click or drag to resize

TagInfo Class

* The information for each tag.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiTagInfo

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public sealed class TagInfo : IMessage<TagInfo>, 
	IMessage, IEquatable<TagInfo>, IDeepCloneable<TagInfo>, 
	IBufferMessage

The TagInfo type exposes the following members.

Constructors
 NameDescription
Public methodTagInfoInitializes a new instance of the TagInfo class
Public methodTagInfo(TagInfo)Initializes a new instance of the TagInfo class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyFlags Any flags associated with the tag item.
Public propertyItemType The type of tag item.
Public propertyStatic memberParser 
Public propertyTagItemId The ID of the tag item.
Public propertyTagProperties All the properties of the tag item.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberFlagsFieldNumberField number for the "flags" field.
Public fieldStatic memberItemTypeFieldNumberField number for the "item_type" field.
Public fieldStatic memberTagItemIdFieldNumberField number for the "tag_item_id" field.
Public fieldStatic memberTagPropertiesFieldNumberField number for the "tag_properties" field.
Top
See Also