ATS Double Text Converter Probe Action

SCUtils.APC.ATS.DoubleTextConverter.PA (ProbeActionModuleType)

Double Text Converter Probe Action

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeSystem.PropertyBagData

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Statestring$Config/State$State
Statusstring$Config/Status$Status
Typestring$Config/Type$Type

Source Code:

<ProbeActionModuleType ID="SCUtils.APC.ATS.DoubleTextConverter.PA" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Type" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Status" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="State" type="xsd:string" minOccurs="1" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Type" ParameterType="string" Selector="$Config/Type$"/>
<OverrideableParameter ID="Status" ParameterType="string" Selector="$Config/Status$"/>
<OverrideableParameter ID="State" ParameterType="string" Selector="$Config/State$"/>
</OverrideableParameters>
<ModuleImplementation>
<Managed>
<Assembly>Res.SCUtils.APC.ATS.Library</Assembly>
<Type>SCUtils.APC.ATS.Library.DoubleTextConverter</Type>
</Managed>
</ModuleImplementation>
<OutputType>System!System.PropertyBagData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>