ChunkingQueryImplementation (ComponentImplementation)

Element properties:

TypeChunkingQuery
PlatformWpf, Silverlight
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="ChunkingQueryImplementation" TypeId="ChunkingQuery" Platform="Wpf, Silverlight" Accessibility="Internal">
<Unit>
<ContractFactory>Microsoft.EnterpriseManagement.Monitoring.UnitComponents.Data.ChunkingQuery</ContractFactory>
<Property Name="IsBusy" Direction="Out">
<Reference>$Service/IsBusy$</Reference>
</Property>
<Property Name="LastError" Direction="Out">
<Reference>$Service/LastError$</Reference>
</Property>
<Property Name="Refresh" Direction="In">
<Reference>$Property/Refresh$</Reference>
</Property>
<Property Name="DetailInputKeyPropertyName" Direction="In">
<Reference>$Property/DetailInputKeyPropertyName$</Reference>
</Property>
<Property Name="DetailOutputKeyPropertyName" Direction="In">
<Reference>$Property/DetailOutputKeyPropertyName$</Reference>
</Property>
<Property Name="DetailInput" Direction="Out">
<Reference>$Property/DetailInput$</Reference>
</Property>
<Property Name="DetailOutput" Direction="In">
<Reference>$Property/DetailOutput$</Reference>
</Property>
<Property Name="InitialChunkSize" Direction="In">
<Reference>$Property/InitialChunkSize$</Reference>
</Property>
<Property Name="ChunkSize" Direction="In">
<Reference>$Property/ChunkSize$</Reference>
</Property>
<Property Name="Data" Direction="In">
<Reference>$Property/Data$</Reference>
</Property>
<Property Name="RefreshStrategy" Direction="In">
<Reference>$Property/RefreshStrategy$</Reference>
</Property>
</Unit>
</ComponentImplementation>