Skip to content

Commit 6926d4e

Browse files
authored
Merge pull request PHOENIXCONTACT#839 from PHOENIXCONTACT/remove/entry-to-model-converter
Removed EntryToModelConverter
2 parents ec1462e + 8ba0c24 commit 6926d4e

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
@@ -76,6 +76,7 @@ These feature were infrequently used and has been removed to simplify the codeba
7676
- 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
7777
- PortConfig: Used for old wcf services. Deprecated since ASP.NET Core.
7878
- ProxyConfig.Port: Use the full address instead. It contains also http/https, domain and port
79+
- 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.
7980

8081
## Moved classes and namespaces
8182

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)