aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.BL/ObservableEntityDTO.cs
Commit message (Collapse)AuthorAgeFilesLines
* Implemented action logs for data store.Roy Ben Shabat2020-12-011-0/+11
|
* Added BsonId to all ObservablesDTO Guid.Roy Ben Shabat2020-05-091-1/+3
| | | | Refactored DiskCache context creation / dispose.
* Implemented cached entities using DataResolver<T>.Roy Ben Shabat2020-03-231-8/+23
| | | | | | | | Implemented DataResolver Builder. Implemented offline gateway, authentication, machines... Implemented online checking. Moved FSEWebClient and Gateway to BL. Implemented blocking of machines outside of the organization.
* Major Changes Regarding RML & SPOOL parameters changes!Roy Ben-Shabat2020-02-261-3/+3
|
* Improvements to ActionLogs.Roy Ben Shabat2019-12-201-0/+15
| | | | Implemented ActionLogs for hw comparison.
* Changed DTO's to include byte[] when generated but mapped by reference.Roy Ben Shabat2019-12-181-3/+3
| | | | More improvements to action logs.
* Improved architecture of ActionLogs.Roy Ben Shabat2019-12-181-25/+1
|
* Added neccessary code summary for all ActionLog related items.Roy Ben Shabat2019-12-181-1/+73
|
* Fixed ContinueThreadLoadingResponse.Roy Ben Shabat2019-12-181-2/+12
| | | | Refactored ActionLog Difference data structure to node tree.
* Started working on Action Logs !!!Roy Ben-Shabat2019-12-171-1/+23
|
* Implemented auto DTO generation.Roy Ben Shabat2019-02-231-0/+211
Implemented mapping of DTO <=> Observables. Organization of unit tests. Removed DELETED from ADDRESS & CONTACT.