Name To ValueT(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: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public NameToValue(
string itemName,
T enumVal,
bool itemIsValue
)VB
Public Sub New (
itemName As String,
enumVal As T,
itemIsValue As Boolean
)C++
public:
NameToValue(
String^ itemName,
T enumVal,
bool itemIsValue
)F#
new :
itemName : string *
enumVal : 'T *
itemIsValue : bool -> NameToValue