MetaDataTagDataType Class

Class of MetaData Tags for a PQDSFile.

Definition

Namespace: Gemstone.PQDS
Assembly: Gemstone.PQDS (in Gemstone.PQDS.dll) Version: 1.0.128 -- Release Build+47bc9f67d3adca250cc0166d4a9fe2337d632a64
public class MetaDataTag<DataType> : MetaDataTag
Inheritance
Object    MetaDataTag    MetaDataTagDataType

Type Parameters

DataType

[Missing <typeparam name="DataType"/> documentation for "T:Gemstone.PQDS.MetaDataTag`1"]

Constructors

Properties

Key the Metadata Tag key.
(Inherited from MetaDataTag)
RawValue the Metadata Tag raw value without typing.
(Inherited from MetaDataTag)
Unit the Metadata Tag unit.
(Inherited from MetaDataTag)
Value Value of the MetadataTag.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)
Type Returns the PQDS datatype PQDSMetaDataType
(Overrides MetaDataTagType)
Write Converst the Metadata tag into a line of a PQDS file
(Overrides MetaDataTagWrite)

Fields

m_expectedDataType Meta data expected data type of row
(Inherited from MetaDataTag)
m_key Meta data key value of row
(Inherited from MetaDataTag)
m_note Meta data note value of row
(Inherited from MetaDataTag)
m_rawValue Meta data raw value of row
(Inherited from MetaDataTag)
m_unit Meta data unit value of row
(Inherited from MetaDataTag)

See Also