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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
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