forked from RobThree/MongoRepository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Trunk->Dev. *CRAP*, working on wrong branch
- Loading branch information
Showing
12 changed files
with
303 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<ClassDiagram MajorVersion="1" MinorVersion="1"> | ||
<Class Name="MongoRepository.CollectionName" Collapsed="true"> | ||
<Position X="7.75" Y="0.5" Width="1.5" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>CollectionName.cs</FileName> | ||
</TypeIdentifier> | ||
</Class> | ||
<Class Name="MongoRepository.Entity" Collapsed="true" BaseTypeListCollapsed="true"> | ||
<Position X="9.5" Y="0.5" Width="1.5" /> | ||
<TypeIdentifier> | ||
<HashCode>AAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>Entity.cs</FileName> | ||
</TypeIdentifier> | ||
<Lollipop Position="0.2" Collapsed="true" /> | ||
</Class> | ||
<Class Name="MongoRepository.MongoRepository<T, U>" Collapsed="true"> | ||
<Position X="4.5" Y="0.5" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>ADYABAAAAAAEQBAgAEAAAAQAAAEAAAAQAAAAAAEIAoA=</HashCode> | ||
<FileName>Repository\MongoRepository.cs</FileName> | ||
</TypeIdentifier> | ||
<Lollipop Position="0.2" /> | ||
</Class> | ||
<Class Name="MongoRepository.MongoRepository<T>" Collapsed="true"> | ||
<Position X="4.5" Y="1.75" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>Repository\MongoRepository.cs</FileName> | ||
</TypeIdentifier> | ||
<Lollipop Position="0.2" /> | ||
</Class> | ||
<Class Name="MongoRepository.MongoRepositoryManager<T, U>" Collapsed="true"> | ||
<Position X="0.5" Y="0.5" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAYACQACQBAECEAAQAAAAQAAAAAAgEAgUBABA=</HashCode> | ||
<FileName>RepositoryManager\MongoRepositoryManager.cs</FileName> | ||
</TypeIdentifier> | ||
<Lollipop Position="0.2" /> | ||
</Class> | ||
<Class Name="MongoRepository.MongoRepositoryManager<T>" Collapsed="true"> | ||
<Position X="0.5" Y="1.75" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>RepositoryManager\MongoRepositoryManager.cs</FileName> | ||
</TypeIdentifier> | ||
<Lollipop Position="0.2" /> | ||
</Class> | ||
<Class Name="MongoRepository.Util<U>" Collapsed="true"> | ||
<Position X="7.75" Y="1.5" Width="1.5" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAGAAAAAAAAJBAAAAAACAAAAAAAIABAAAAAAAAAA=</HashCode> | ||
<FileName>Util.cs</FileName> | ||
</TypeIdentifier> | ||
</Class> | ||
<Interface Name="MongoRepository.IEntity" Collapsed="true"> | ||
<Position X="0.5" Y="7.75" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>IEntity.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="MongoRepository.IEntity<T>" Collapsed="true"> | ||
<Position X="0.5" Y="6.5" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>IEntity.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="MongoRepository.IRepository<T, U>" Collapsed="true"> | ||
<Position X="4.5" Y="3.5" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>ABYAAAAAAAAAQAAgAAAAAAQAAAEAAAAAAAAAAAEIAoA=</HashCode> | ||
<FileName>Repository\IRepository.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="MongoRepository.IRepository<T>" Collapsed="true"> | ||
<Position X="4.5" Y="5" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>Repository\IRepository.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="MongoRepository.IRepositoryManager<T, U>" Collapsed="true"> | ||
<Position X="0.5" Y="3.5" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAYACQACQBAACEAAQAAAAQAAAAAAgEAgUBABA=</HashCode> | ||
<FileName>RepositoryManager\IRepositoryManager.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Interface Name="MongoRepository.IRepositoryManager<T>" Collapsed="true"> | ||
<Position X="0.5" Y="4.75" Width="2.25" /> | ||
<TypeIdentifier> | ||
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode> | ||
<FileName>RepositoryManager\IRepositoryManager.cs</FileName> | ||
</TypeIdentifier> | ||
</Interface> | ||
<Font Name="Segoe UI" Size="9" /> | ||
</ClassDiagram> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.