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