NiCE GreaterLessEqual Filter

NiCE.Library.X.GreaterLessEqual.CD (ConditionDetectionModuleType)

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
GreaterFilter ConditionDetection NiCE.Library.X.Greater.CD Default
LessEqualFilter ConditionDetection NiCE.Library.X.LessEqual.CD Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Thresholddouble$Config/ThresholdMin$Threshold
ThresholdMaxdouble$Config/ThresholdMax$ThresholdMax

Source Code:

<ConditionDetectionModuleType ID="NiCE.Library.X.GreaterLessEqual.CD" Accessibility="Public" Batching="false" Stateful="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ThresholdMin" type="xsd:double"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ThresholdMax" type="xsd:double"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="XPathValue" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Threshold" Selector="$Config/ThresholdMin$" ParameterType="double"/>
<OverrideableParameter ID="ThresholdMax" Selector="$Config/ThresholdMax$" ParameterType="double"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ConditionDetection ID="GreaterFilter" TypeID="NiCE.Library.X.Greater.CD">
<Threshold>$Config/ThresholdMin$</Threshold>
<XPathValue>$Config/XPathValue$</XPathValue>
</ConditionDetection>
<ConditionDetection ID="LessEqualFilter" TypeID="NiCE.Library.X.LessEqual.CD">
<Threshold>$Config/ThresholdMax$</Threshold>
<XPathValue>$Config/XPathValue$</XPathValue>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="LessEqualFilter">
<Node ID="GreaterFilter"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputTypes>
<InputType>System!System.BaseData</InputType>
</InputTypes>
</ConditionDetectionModuleType>