Click or drag to resize

GetTagCurrentValueResponse Class

* The response from getting the current value of tags.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetTagCurrentValueResponse

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

The GetTagCurrentValueResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetTagCurrentValueResponseInitializes a new instance of the GetTagCurrentValueResponse class
Public methodGetTagCurrentValueResponse(GetTagCurrentValueResponse)Initializes a new instance of the GetTagCurrentValueResponse class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The status of accessing the view to get the current values of tags.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Public propertyTagValues The current value for each tag passed in that the user has access to.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Public fieldStatic memberTagValuesFieldNumberField number for the "tag_values" field.
Top
See Also