Click or drag to resize

GetTagDataContextResponse Class

* The response from getting the tag data contexts.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetTagDataContextResponse

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

The GetTagDataContextResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetTagDataContextResponseInitializes a new instance of the GetTagDataContextResponse class
Public methodGetTagDataContextResponse(GetTagDataContextResponse)Initializes a new instance of the GetTagDataContextResponse class
Top
Properties
 NameDescription
Public propertyContexts The context data of each tag.
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of accessing the view to get the tag context.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberContextsFieldNumberField number for the "contexts" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also