Click or drag to resize

TagDataContext Class

* The tag data context.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiTagDataContext

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

The TagDataContext type exposes the following members.

Constructors
 NameDescription
Public methodTagDataContextInitializes a new instance of the TagDataContext class
Public methodTagDataContext(TagDataContext)Initializes a new instance of the TagDataContext class
Top
Properties
 NameDescription
Public propertyStatic memberDescriptor 
Public propertyLatestQuailty The most recent quality.
Public propertyLatestTimestamp The most recent timestamp of the tag.
Public propertyLatestValue The most recent value.
Public propertyLatestValueDataType The data type of the most recent value.
Public propertyOldestTimestamp The oldest timestamp of the tag.
Public propertyStatic memberParser 
Public propertyTagItemId The ID of the tag item.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberLatestQuailtyFieldNumberField number for the "latest_quailty" field.
Public fieldStatic memberLatestTimestampFieldNumberField number for the "latest_timestamp" field.
Public fieldStatic memberLatestValueDataTypeFieldNumberField number for the "latest_value_data_type" field.
Public fieldStatic memberLatestValueFieldNumberField number for the "latest_value" field.
Public fieldStatic memberOldestTimestampFieldNumberField number for the "oldest_timestamp" field.
Public fieldStatic memberTagItemIdFieldNumberField number for the "tag_item_id" field.
Top
See Also