개정판 3aafb914
Convert Service 컨트롤러 수정
Change-Id: Ie916564795c4396336fe8bbe5e962d1740398ddf
ConvertService/ServiceBase/Markus.Service.StationController/Views/MergeDataView.xaml | ||
---|---|---|
9 | 9 |
xmlns:local="clr-namespace:Markus.Service.StationController.ViewModel" |
10 | 10 |
xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" |
11 | 11 |
xmlns:Behaviors="clr-namespace:Markus.Service.StationController.Behaviors" |
12 |
mc:Ignorable="d" |
|
12 |
mc:Ignorable="d" Background="White"
|
|
13 | 13 |
d:DesignHeight="450" d:DesignWidth="800"> |
14 | 14 |
<UserControl.Resources> |
15 |
<x:Array x:Key="FilterTypes" Type="{x:Type markus:StatusCodeType}" >
|
|
15 |
<Behaviors:StatusTypeList x:Key="ErrorFilter">
|
|
16 | 16 |
<markus:StatusCodeType>Error</markus:StatusCodeType> |
17 |
<!--<markus:StatusCodeType>Completed</markus:StatusCodeType>--> |
|
18 |
</Behaviors:StatusTypeList> |
|
19 |
<Behaviors:StatusTypeList x:Key="ComplatedFilter"> |
|
17 | 20 |
<markus:StatusCodeType>Completed</markus:StatusCodeType> |
18 |
</x:Array>
|
|
21 |
</Behaviors:StatusTypeList>
|
|
19 | 22 |
</UserControl.Resources> |
20 | 23 |
<Grid> |
21 | 24 |
<Grid.RowDefinitions> |
... | ... | |
29 | 32 |
<GroupBox Header="Error Items" Grid.Row="1" Margin="3" BorderThickness="0"> |
30 | 33 |
<Views:DataBaseByStatusView> |
31 | 34 |
<i:Interaction.Behaviors> |
32 |
<Behaviors:StatusTypeSet StatusTypes="{StaticResource FilterTypes}"/>
|
|
35 |
<Behaviors:StatusTypeSet StatusTypes="{StaticResource ErrorFilter}"/>
|
|
33 | 36 |
</i:Interaction.Behaviors> |
34 | 37 |
</Views:DataBaseByStatusView> |
35 |
</GroupBox> |
|
38 |
</GroupBox>
|
|
36 | 39 |
<GroupBox Header="Completed Items" Grid.Row="2" Margin="3" BorderThickness="0"> |
37 | 40 |
<Views:DataBaseByStatusView> |
38 |
<!--<Behaviors:StatusTypeSet.StatusTypes>
|
|
39 |
<markus:StatusCodeType>Error</markus:StatusCodeType>
|
|
40 |
</Behaviors:StatusTypeSet.StatusTypes>-->
|
|
41 |
<i:Interaction.Behaviors>
|
|
42 |
<Behaviors:StatusTypeSet StatusTypes="{StaticResource ComplatedFilter}"/>
|
|
43 |
</i:Interaction.Behaviors>
|
|
41 | 44 |
</Views:DataBaseByStatusView> |
42 | 45 |
</GroupBox> |
43 | 46 |
|
내보내기 Unified diff