NameToValueT(String, T, Boolean) Constructor
Use this constructor to create an instance that maps a name to a value that is a parameter value
Namespace: EWSoftware.PDI.ParserAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public NameToValue(
string itemName,
T enumVal,
bool itemIsValue
)
Public Sub New (
itemName As String,
enumVal As T,
itemIsValue As Boolean
)
public:
NameToValue(
String^ itemName,
T enumVal,
bool itemIsValue
)
new :
itemName : string *
enumVal : 'T *
itemIsValue : bool -> NameToValue
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