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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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