NameToValueT(String, T, Boolean) Constructor

Use this constructor to create an instance that maps a name to a value that is a parameter value

Definition

Namespace: EWSoftware.PDI.Parser
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public NameToValue(
	string itemName,
	T enumVal,
	bool itemIsValue
)

Parameters

itemName  String
The property or parameter name
enumVal  T
The property or parameter value
itemIsValue  Boolean
True if the item is a value rather than a property name

See Also