Microsoft.SystemCenter.Notification.Recipients (ConditionDetectionModuleType)

Element properties:

TypeConditionDetectionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.SystemCenter.Notification.RecipientsData

Member Modules:

ID Module Type TypeId RunAs 
RecipientResolver ConditionDetection Microsoft.SystemCenter.Notification.InlineDirectoryRecipientResolver Default

Source Code:

<ConditionDetectionModuleType ID="Microsoft.SystemCenter.Notification.Recipients" Accessibility="Public" Stateful="false" PassThrough="false" Batching="false">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Notification!Microsoft.SystemCenter.Notification.RecipientsSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Recipients" type="RecipientsType"/>
</Configuration>
<ModuleImplementation>
<Composite>
<MemberModules>
<ConditionDetection TypeID="Notification!Microsoft.SystemCenter.Notification.InlineDirectoryRecipientResolver" ID="RecipientResolver">
<Recipients>$Config/Recipients$</Recipients>
<RecipientDirectory/>
</ConditionDetection>
</MemberModules>
<Composition>
<Node ID="RecipientResolver"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Notification!Microsoft.SystemCenter.Notification.RecipientsData</OutputType>
<InputTypes>
<InputType>System!System.BaseData</InputType>
</InputTypes>
</ConditionDetectionModuleType>