GetSingleAlertQueryImplementation (ComponentImplementation)

Element properties:

TypeGetSingleAlertQuery
PlatformWpf, Silverlight
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="GetSingleAlertQueryImplementation" TypeId="GetSingleAlertQuery" Platform="Wpf, Silverlight" Accessibility="Internal">
<Composite>
<Variable Id="DataSourceIncludeProperties" Type="xsd://string">
<SimpleValue Type="xsd://string" Value="Id,MonitoringObjectId,Age,TimeInState"/>
</Variable>
<Component TypeId="ComponentCollection">
<Binding PropertyId="Items">
<Component TypeId="GetSingleAlertDataSource">
<Binding PropertyId="Refresh">
<Reference>$Property/Refresh$</Reference>
</Binding>
<Binding PropertyId="Id">
<Reference>$Property/Id$</Reference>
</Binding>
<Binding PropertyId="Properties">
<Reference>$Property/AlertProperties$</Reference>
</Binding>
<Binding PropertyId="DataSourceIncludeProperties">
<Reference>$Variable/DataSourceIncludeProperties$</Reference>
</Binding>
<Binding PropertyId="Output">
<Reference>$Property/Output$</Reference>
</Binding>
<Binding PropertyId="DisplayStrings">
<Reference>$Property/DisplayStrings$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Items">
<Component TypeId="ChunkingAlertDetailsQuery">
<Binding PropertyId="Refresh">
<Reference>$Property/Refresh$</Reference>
</Binding>
<Binding PropertyId="InitialChunkSize">
<SimpleValue Type="xsd://string" Value="1"/>
</Binding>
<Binding PropertyId="ChunkSize">
<SimpleValue Type="xsd://string" Value="1"/>
</Binding>
<Binding PropertyId="KeyPropertyName">
<SimpleValue Type="xsd://string" Value="Id"/>
</Binding>
<Binding PropertyId="Properties">
<Reference>$Property/AlertProperties$</Reference>
</Binding>
<Binding PropertyId="DataSourceIncludeProperties">
<Reference>$Variable/DataSourceIncludeProperties$</Reference>
</Binding>
<Binding PropertyId="Data">
<Reference>$Property/Output$</Reference>
</Binding>
<Binding PropertyId="SingleObject">
<SimpleValue Type="xsd://string" Value="True"/>
</Binding>
<Binding PropertyId="DisplayStrings">
<Reference>$Property/DisplayStrings$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Composite>
</ComponentImplementation>