Skip to content

Model: Inspection: new namespace, use reflection

Pőcze Barnabás requested to merge inspection-with-reflection2 into master
  • Move inspection related functionality into its own namespace within Model.
  • Add POC implementation for Model.Inspection.Property retrieval using reflection (only Property<T> fields supported at the moment).
  • Change ExampleInspectable to showcase how this new interface may be used.
  • Use event+delegate instead of Action<T> to propagate changes of a Property<T>.
Edited by Pőcze Barnabás

Merge request reports