8 references to ParameterNode
ReachFramework (8)
PrintConfig\PrtTicket_Base.cs (8)
1073
if (
ParameterNode
!= null)
1077
if (
ParameterNode
.GetIntValue(out paramValue))
1102
if (
ParameterNode
== null)
1108
ParameterNode
?.SetIntValue(value);
1134
if (
ParameterNode
!= null)
1138
if (
ParameterNode
.GetStringValue(out paramValue))
1155
if (
ParameterNode
== null)
1161
ParameterNode
?.SetStringValue(value, PrintSchemaXsiTypes.String);