public class MetaDataTag<DataType> : MetaDataTag
Public Class MetaDataTag(Of DataType)
Inherits MetaDataTaggeneric<typename DataType>
public ref class MetaDataTag : public MetaDataTag[Missing <typeparam name="DataType"/> documentation for "T:Gemstone.PQDS.MetaDataTag`1"]
| MetaDataTagDataType(String, DataType) | Creates a MetaDataTag. |
| MetaDataTagDataType(String, DataType, PQDSMetaDataType, String, String) | Creates a custom MetaDataTag. |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns 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) |
| 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) |