Project Structure
The Project is structured as follow:
- Solution Come
The Source Code
- Project Come
- Resources
Images and so on
- View
Data- and ControlTemplates which make up the view part and also SharedStyles
- Project Command
Helper Classes for the Commanding Interface of WPF
- Project Communication
Interface definitions to communicate with external systems
- Project Model
The Model classes (map, node, link, etc.)
- Project Service
classes which make up the service layer (interfaces, concreteServices, sharedHelper)
- Project uMundoCommunication
Demo implementation of the Communication interface based on umundo
- Project uMundoCommunicationProtocol
Protobuf protocol used by the uMundoCommunication
- Project ViewModel
For each View it's corresponding ViewModel can be found here
- Folder Requirements
This Folder includes setups, libs and other requierements
- Folder Libraries
Used third party libraries
- Folder Documentation
This Folder contains Documentation for the Project, libs, etc.