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