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: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
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