GetSingleAlertDetailsQueryImplementation (ComponentImplementation)

Element properties:

TypeGetSingleAlertDetailsQuery
PlatformWpf, Silverlight
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="GetSingleAlertDetailsQueryImplementation" TypeId="GetSingleAlertDetailsQuery" Platform="Wpf, Silverlight" Accessibility="Internal">
<Composite>
<Variable Id="QueryOutput" Type="BaseDataType[]"/>
<Variable Id="DisplayStrings" Type="BaseDataType"/>
<Component TypeId="ComponentCollection">
<Binding PropertyId="Items">
<Component TypeId="GetSingleAlertQuery">
<Binding PropertyId="Refresh">
<Reference>$Property/Refresh$</Reference>
</Binding>
<Binding PropertyId="Id">
<Reference>$Property/Id$</Reference>
</Binding>
<Binding PropertyId="AlertProperties">
<Reference>$Property/AlertProperties$</Reference>
</Binding>
<Binding PropertyId="Output">
<Reference>$Variable/QueryOutput$</Reference>
</Binding>
<Binding PropertyId="DisplayStrings">
<Reference>$Variable/DisplayStrings$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Items">
<Component TypeId="DetailPaneConverter">
<Binding PropertyId="Input">
<Reference>$Variable/QueryOutput$</Reference>
</Binding>
<Binding PropertyId="DisplayStrings">
<Reference>$Variable/DisplayStrings$</Reference>
</Binding>
<Binding PropertyId="Output">
<Reference>$Property/Output$</Reference>
</Binding>
<Binding PropertyId="Properties">
<Reference>$Property/AlertProperties$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Composite>
</ComponentImplementation>