Click or drag to resize

StoreAnnotationRequestItem Class

* A request used by StoreAnnotationRequest to specify the annotation details.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiStoreAnnotationRequestItem

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

The StoreAnnotationRequestItem type exposes the following members.

Constructors
 NameDescription
Public methodStoreAnnotationRequestItemInitializes a new instance of the StoreAnnotationRequestItem class
Public methodStoreAnnotationRequestItem(StoreAnnotationRequestItem)Initializes a new instance of the StoreAnnotationRequestItem class
Top
Properties
 NameDescription
Public propertyAnnotationMessage The annotation itself.
Public propertyAnnotationTimeStamp The timestamp of the annotation.
Public propertyCreatedAt The timestamp of when the annotation is created. This is only needed if it is different than the annotation timestamp.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyTagName The name of the tag.
Public propertyTagPrefix The prefix of the tag to be annotated.
Public propertyUserId The user who created the annotation.
Public propertyVisible Whether or not the annotation should be visible.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAnnotationMessageFieldNumberField number for the "annotation_message" field.
Public fieldStatic memberAnnotationTimeStampFieldNumberField number for the "annotation_time_stamp" field.
Public fieldStatic memberCreatedAtFieldNumberField number for the "created_at" field.
Public fieldStatic memberTagNameFieldNumberField number for the "tag_name" field.
Public fieldStatic memberTagPrefixFieldNumberField number for the "tag_prefix" field.
Public fieldStatic memberUserIdFieldNumberField number for the "user_id" field.
Public fieldStatic memberVisibleFieldNumberField number for the "visible" field.
Top
See Also