MetaDataTag Class

Abstract 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 abstract class MetaDataTag
Inheritance
Object    MetaDataTag
Derived

Constructors

MetaDataTagInitializes a new instance of the MetaDataTag class

Properties

Key the Metadata Tag key.
RawValue the Metadata Tag raw value without typing.
Unit the Metadata Tag unit.

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
Write Converst the Metadata tag into a line of a PQDS file

Fields

m_expectedDataType Meta data expected data type of row
m_key Meta data key value of row
m_note Meta data note value of row
m_rawValue Meta data raw value of row
m_unit Meta data unit value of row

See Also