Mercurial > silverbladetech
comparison SilverlightValidation/SilverlightValidation.PL/Diagrams/Overview.cd @ 96:188f8b366e87
Unit test project correctly setup as normal class library DLL.
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 13:29:56 +0100 |
parents | SilverlightValidation/SilverlightValidation/Diagrams/Overview.cd@9de81c9ad319 |
children |
comparison
equal
deleted
inserted
replaced
95:64e9903703a3 | 96:188f8b366e87 |
---|---|
1 <?xml version="1.0" encoding="utf-8"?> | |
2 <ClassDiagram MajorVersion="1" MinorVersion="1"> | |
3 <Class Name="SilverlightValidation.Models.UserModel"> | |
4 <Position X="2.5" Y="1.75" Width="1.5" /> | |
5 <TypeIdentifier> | |
6 <HashCode>AAAAAAAAACAgAAAAAQAAAAAAAAAQAEACAAAAAAAAABA=</HashCode> | |
7 <FileName>Models\UserModel.cs</FileName> | |
8 </TypeIdentifier> | |
9 <Lollipop Position="0.2" /> | |
10 </Class> | |
11 <Class Name="SilverlightValidation.Validators.UserModelValidator" Collapsed="true"> | |
12 <Position X="2" Y="7.75" Width="2" /> | |
13 <TypeIdentifier> | |
14 <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAA=</HashCode> | |
15 <FileName>Validators\UserModelValidator.cs</FileName> | |
16 </TypeIdentifier> | |
17 </Class> | |
18 <Class Name="SilverlightValidation.ViewModels.UserListViewModel"> | |
19 <Position X="6.25" Y="5.5" Width="2.75" /> | |
20 <TypeIdentifier> | |
21 <HashCode>AAAAAAAAAAAAAAECAAAAAAAAAAAAABAYABEACAAAAAA=</HashCode> | |
22 <FileName>ViewModels\UserListViewModel.cs</FileName> | |
23 </TypeIdentifier> | |
24 </Class> | |
25 <Class Name="SilverlightValidation.ViewModels.UserViewModel"> | |
26 <Position X="4.25" Y="1.75" Width="1.75" /> | |
27 <TypeIdentifier> | |
28 <HashCode>UAAAoIAADCIgAAAAMYAACAAAAAAQABAKQEAAAAAgIAA=</HashCode> | |
29 <FileName>ViewModels\UserViewModel.cs</FileName> | |
30 </TypeIdentifier> | |
31 <Lollipop Position="0.2" /> | |
32 </Class> | |
33 <Class Name="SilverlightValidation.ViewModels.ViewModelBase"> | |
34 <Position X="6.25" Y="1.75" Width="2.75" /> | |
35 <TypeIdentifier> | |
36 <HashCode>AAAAAAACAABQAAABAAAAAgAAgAAAAACIAAAAAAARAAA=</HashCode> | |
37 <FileName>ViewModels\ViewModelBase.cs</FileName> | |
38 </TypeIdentifier> | |
39 <Lollipop Position="0.2" /> | |
40 </Class> | |
41 <Class Name="SilverlightValidation.Messages.UserViewResponseMessage"> | |
42 <Position X="9.25" Y="5" Width="2.25" /> | |
43 <TypeIdentifier> | |
44 <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAA=</HashCode> | |
45 <FileName>Messages\UserViewResponseMessage.cs</FileName> | |
46 </TypeIdentifier> | |
47 </Class> | |
48 <Interface Name="SilverlightValidation.Interfaces.ICloneable<T>"> | |
49 <Position X="2.5" Y="4.5" Width="1.5" /> | |
50 <TypeIdentifier> | |
51 <HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABA=</HashCode> | |
52 <FileName>Interfaces\ICloneable.cs</FileName> | |
53 </TypeIdentifier> | |
54 </Interface> | |
55 <Interface Name="SilverlightValidation.Interfaces.IUserModel"> | |
56 <Position X="2.5" Y="5.75" Width="1.5" /> | |
57 <TypeIdentifier> | |
58 <HashCode>AAAAAAAAACAgAAAAAQAAAAAAAAAQAAACAAAAAAAAAAA=</HashCode> | |
59 <FileName>Interfaces\IUserModel.cs</FileName> | |
60 </TypeIdentifier> | |
61 </Interface> | |
62 <Font Name="Segoe UI" Size="9" /> | |
63 </ClassDiagram> |