BerndNK/ReflectSettings

EditableComplex of object

Closed this issue · 1 comments

Sometimes a specific type is not known during compilation time. For this case a special EditableComplex shall be written, which reflects its settings when a value is set.

This would be an EditableComplex.

The View would be exactly the same as for any other IEditableComplex, simply by showing the IEditableComplex' SubEditables. However internally, these SubEditables could change. This should also provide for a good fallback for the factory, when creation of a strongly typed EditableComplex failed.

Thanks for indirectly bringing this issue to my attention @TheSylence

Fixed in 7af0de3