Constructor ParameterKey
ParameterKey()
Initializes a new instance of the ParameterKey class.
public ParameterKey()
ParameterKey(int, int, int, string)
Initializes a new instance of the ParameterKey class with the specified parameters.
The DisplayInstance is set to the same value as instance
and instance
is converted to lowercase.
public ParameterKey(int dataMinerID, int elementID, int parameterID, string instance = "")
Parameters
dataMinerID
intThe DataMiner ID.
elementID
intThe element ID.
parameterID
intThe parameter ID.
instance
stringThe instance.
ParameterKey(int, int, int, string, string)
Initializes a new instance of the ParameterKey class with the specified parameters. The instance
is converted to lowercase.
public ParameterKey(int dataMinerID, int elementID, int parameterID, string instance, string displayInstance)