Click or drag to resize

GetTagDataContextRequest Class

* A request to get the context of each tag.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetTagDataContextRequest

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

The GetTagDataContextRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetTagDataContextRequestInitializes a new instance of the GetTagDataContextRequest class
Public methodGetTagDataContextRequest(GetTagDataContextRequest)Initializes a new instance of the GetTagDataContextRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyTagNames The tag names to get the context of.
Public propertyView The view containing the tags.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Public fieldStatic memberTagNamesFieldNumberField number for the "tag_names" field.
Public fieldStatic memberViewFieldNumberField number for the "view" field.
Top
See Also