XML Mapper Condition/Detection

Microsoft.JEE.XmlStringToDataItemMapper (ConditionDetectionModuleType)

Condition/Detection module to map a string that is XML to a DataItem.

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData
CommentConvert String to XML

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
XmlStringstring$Config/XmlString$XML StringString of well-formed XML to input to the module.
DataItemNamestring$Config/DataItemName$DataItemNameThe name attribute of the returned XML.

Source Code:

<ConditionDetectionModuleType ID="Microsoft.JEE.XmlStringToDataItemMapper" Comment="Convert String to XML" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element name="XmlString" type="xsd:string"/>
<xsd:element name="DataItemName" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="XmlString" Selector="$Config/XmlString$" ParameterType="string"/>
<OverrideableParameter ID="DataItemName" Selector="$Config/DataItemName$" ParameterType="string"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Native>
<ClassID>23BEB21F-D602-4B89-8690-20EF7E641DAF</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputTypes>
<InputType>System!System.BaseData</InputType>
</InputTypes>
</ConditionDetectionModuleType>