Click or drag to resize

GetTagCurrentValueRequest Class

* A request to get the current vale of the selected tags.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetTagCurrentValueRequest

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

The GetTagCurrentValueRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetTagCurrentValueRequestInitializes a new instance of the GetTagCurrentValueRequest class
Public methodGetTagCurrentValueRequest(GetTagCurrentValueRequest)Initializes a new instance of the GetTagCurrentValueRequest class
Top
Properties
 NameDescription
Public propertyCci The client connection ID associated with the connection.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyQuality The quality of the value to be used as a filter.
Public propertyTagNames The names of the tags.
Public propertyUseTimeExtension Whether or not time extension should be used.
Public propertyView The view containing the tags.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberCciFieldNumberField number for the "cci" field.
Public fieldStatic memberQualityFieldNumberField number for the "quality" field.
Public fieldStatic memberTagNamesFieldNumberField number for the "tag_names" field.
Public fieldStatic memberUseTimeExtensionFieldNumberField number for the "use_time_extension" field.
Public fieldStatic memberViewFieldNumberField number for the "view" field.
Top
See Also