VIAcode.AwsExtension.Presentation.SummaryComponentContainerImplementation (ComponentImplementation)

Element properties:

TypeVIAcode.AwsExtension.Presentation.SummaryComponentContainer
PlatformWpf, Silverlight
Target
AccessibilityInternal

Source Code:

<ComponentImplementation ID="VIAcode.AwsExtension.Presentation.SummaryComponentContainerImplementation" TypeId="VIAcode.AwsExtension.Presentation.SummaryComponentContainer" Accessibility="Internal" Platform="Wpf, Silverlight">
<Composite>
<Variable Id="VarChartData" Type="xsd://VIAcode.AWSExtension.Modules.ManagementPack!VIAcode.Presentation.StackBarChart.Schema/ChartDataType"/>
<Variable Id="AutoRefreshAction" Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ActionTypes/AutoRefreshAction"/>
<Variable Id="ConsolidatedRefreshAction" Type="xsd://Microsoft.SystemCenter.Visualization.Library!Microsoft.SystemCenter.Visualization.ActionTypes/RefreshAction"/>
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.ComponentContainer">
<Binding PropertyId="Visual">
<Component TypeId="VIAcode.Widgets.StackBarChart">
<Binding PropertyId="ChartData">
<Reference>$Variable/VarChartData$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.AutoRefreshTimer">
<Binding PropertyId="TickInterval">
<SimpleValue Type="xsd://int" Value="120"/>
</Binding>
<Binding PropertyId="AutoRefreshAction">
<Reference>$Variable/AutoRefreshAction$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="Visualization!Microsoft.SystemCenter.Visualization.Consolidator">
<Binding PropertyId="From1">
<Reference>$Variable/AutoRefreshAction$</Reference>
</Binding>
<Binding PropertyId="From2">
<Reference>$Service/RefreshAction$</Reference>
</Binding>
<Binding PropertyId="To">
<Reference>$Variable/ConsolidatedRefreshAction$</Reference>
</Binding>
</Component>
</Binding>
<Binding PropertyId="Objects">
<Component TypeId="VIAcode.AwsExtension.Modules.Queries.GetStackBarChartData">
<Binding PropertyId="OutputItem">
<Reference>$Variable/VarChartData$</Reference>
</Binding>
<Binding PropertyId="Refresh">
<Reference>$Variable/ConsolidatedRefreshAction$</Reference>
</Binding>
</Component>
</Binding>
</Component>
</Composite>
</ComponentImplementation>