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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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