MetaDataTagDataType(String, DataType, PQDSMetaDataType, String, String) Constructor

Creates a custom MetaDataTag.

Definition

Namespace: Gemstone.PQDS
Assembly: Gemstone.PQDS (in Gemstone.PQDS.dll) Version: 1.0.166 -- Release Build+97f5d0ef08a1c78d8270a903e1a02bb54f9ed0ee
public MetaDataTag(
	string key,
	DataType value,
	PQDSMetaDataType valueType,
	string unit,
	string description
)

Parameters

key  String
key of the MetadataTag
value  DataType
Value of the MetadataTag
valueType  PQDSMetaDataType
The PQDSMetaDataType of the metadata tag
unit  String
The unit of the metadata tag
description  String
a describtion of the metadata tag

See Also