Click or drag to resize

AnnotationEntry Class

* The entry for an annotation which is the data of the annotation.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiAnnotationEntry

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

The AnnotationEntry type exposes the following members.

Constructors
 NameDescription
Public methodAnnotationEntryInitializes a new instance of the AnnotationEntry class
Public methodAnnotationEntry(AnnotationEntry)Initializes a new instance of the AnnotationEntry class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyEntryTime The time stamp of the annotation.
Public propertyMessage The message of the annotation.
Public propertyStatic memberParser 
Public propertyUser The user who created the annotation.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberEntryTimeFieldNumberField number for the "entry_time" field.
Public fieldStatic memberMessageFieldNumberField number for the "message" field.
Public fieldStatic memberUserFieldNumberField number for the "user" field.
Top
See Also