Model: Inspection: new namespace, use reflection
- Move inspection related functionality into its own namespace within
Model
. - Add POC implementation for
Model.Inspection.Property
retrieval using reflection (onlyProperty<T> fields
supported at the moment). - Change
ExampleInspectable
to showcase how this new interface may be used. - Use
event
+delegate
instead ofAction<T>
to propagate changes of aProperty<T>
.
Edited by Pőcze Barnabás