mpostol / OPC-UA-OOI

Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
https://commsvr.gitbook.io/ooi/
MIT License
141 stars 33 forks source link

DTO composition and population #443

Open mpostol opened 4 years ago

mpostol commented 4 years ago

Is your feature request related to a problem? Please describe.

To send data to Azure or export in any format (eg. JSON) the process data must be represented as Data Transfer Object (DTO. Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered

Consider mapping source object and destination object using the [automapper] (https://docs.automapper.org/en/latest/Getting-started.html)

The destination object should be compliant with external destinations. For Azure, it shall be the Device Capability Model (DCM).

mpostol commented 4 years ago

Try to prepare reference implementation in UnitTests.

mpostol commented 4 years ago

Postponed to harmonize with mpostol/ASMD#162