Click or drag to resize

TvqsAndAnnotations Class

* TVQs and their annotations.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiTvqsAndAnnotations

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

The TvqsAndAnnotations type exposes the following members.

Constructors
 NameDescription
Public methodTvqsAndAnnotationsInitializes a new instance of the TvqsAndAnnotations class
Public methodTvqsAndAnnotations(TvqsAndAnnotations)Initializes a new instance of the TvqsAndAnnotations class
Top
Properties
 NameDescription
Public propertyAnnotations The annotations for each TVQ.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyTvqs The TVQs.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAnnotationsFieldNumberField number for the "annotations" field.
Public fieldStatic memberTvqsFieldNumberField number for the "tvqs" field.
Top
See Also