Click or drag to resize

AnnotationTag Class

* The annotation for a tag.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiAnnotationTag

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 AnnotationTag : IMessage<AnnotationTag>, 
	IMessage, IEquatable<AnnotationTag>, IDeepCloneable<AnnotationTag>, 
	IBufferMessage

The AnnotationTag type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationTagInitializes a new instance of the AnnotationTag class
Public methodAnnotationTag(AnnotationTag)Initializes a new instance of the AnnotationTag class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEntries The annotations on the tag.
Public propertyStatic memberParser 
Public propertyTagId The ID of the tag.
Public propertyTimestamp The timestamp.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberEntriesFieldNumberField number for the "entries" field.
Public fieldStatic memberTagIdFieldNumberField number for the "tag_id" field.
Public fieldStatic memberTimestampFieldNumberField number for the "timestamp" field.
Top
See Also