8 references to ParameterNode
ReachFramework (8)
PrintConfig\PrtTicket_Base.cs (8)
1072
if (
ParameterNode
!= null)
1076
if (
ParameterNode
.GetIntValue(out paramValue))
1101
if (
ParameterNode
== null)
1107
ParameterNode
?.SetIntValue(value);
1133
if (
ParameterNode
!= null)
1137
if (
ParameterNode
.GetStringValue(out paramValue))
1154
if (
ParameterNode
== null)
1160
ParameterNode
?.SetStringValue(value, PrintSchemaXsiTypes.String);