You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a very complex model which is written by naming conventions and not by inheritence.
Is it possible to configure the Model by reflection?
Currently I'm struggling with IGraphElementModel.ConfigureElement because this has a template parameter and can't be used with a type parameter.
I didn't find a method to add a new element to the model or does ConfigureElement add the type?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a very complex model which is written by naming conventions and not by inheritence.
Is it possible to configure the Model by reflection?
Currently I'm struggling with
IGraphElementModel.ConfigureElement
because this has a template parameter and can't be used with a type parameter.I didn't find a method to add a new element to the model or does
ConfigureElement
add the type?Beta Was this translation helpful? Give feedback.
All reactions