Skip to content

Commit 8ba0c24

Browse files
committed
Removed EntryToModelConverter
1 parent 8bbe293 commit 8ba0c24

19 files changed

+1
-1465
lines changed

docs/articles/framework/Serialization/EntryToModelConverter.md

Lines changed: 0 additions & 108 deletions
This file was deleted.

docs/articles/framework/Serialization/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ The three sections below explain the entry format, how it is created from object
1010

1111
* [Entry Format](EntryFormat.md)
1212
* [Entry Convert](EntryConvert.md)
13-
* [Entry To Model](EntryToModelConverter.md)

docs/migrations/v8_to_v10.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ These feature were infrequently used and has been removed to simplify the codeba
7474
- Moryx.Identity: This namespace contained base classes and services for the old WPF client to provide the authorization context. Since MORYX support web uis, this is deprecated
7575
- PortConfig: Used for old wcf services. Deprecated since ASP.NET Core.
7676
- ProxyConfig.Port: Use the full address instead. It contains also http/https, domain and port
77+
- EntryToModelConverter: This component was used in WPF UIs to map an entry to a view model and vice versa. This is not used anymore and brings no benefit to the platform.
7778

7879
## Moved classes and namespaces
7980

src/Moryx/Serialization/EntryConvert/EntryToModel/EntryCollection.cs

Lines changed: 0 additions & 108 deletions
This file was deleted.

src/Moryx/Serialization/EntryConvert/EntryToModel/EntryCollectionBase.cs

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)