Click or drag to resize

TagProp Class

* The property of the tag and information regarding the property.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiTagProp

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

The TagProp type exposes the following members.

Constructors
 NameDescription
Public methodTagPropInitializes a new instance of the TagProp class
Public methodTagProp(TagProp)Initializes a new instance of the TagProp class
Top
Properties
 NameDescription
Public propertyDataType The data type of the property.
Public propertyStatic memberDescriptor 
Public propertyStatic memberParser 
Public propertyPropDescription The description of the property.
Public propertyPropIndex The index of the property.
Public propertyPropName The name of the property.
Public propertyPropValue The value of the property.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberDataTypeFieldNumberField number for the "data_type" field.
Public fieldStatic memberPropDescriptionFieldNumberField number for the "prop_description" field.
Public fieldStatic memberPropIndexFieldNumberField number for the "prop_index" field.
Public fieldStatic memberPropNameFieldNumberField number for the "prop_name" field.
Public fieldStatic memberPropValueFieldNumberField number for the "prop_value" field.
Top
See Also