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
We're trying to use an injected class to modify a property on the entity. We tried create a custom repository using DefaultUIOMaticRepository and make use of the GetById method but it seem like dependency injection is supported for custom repository.
Is it possible for a new event to be added to the UIOMaticObjectService ?
public static event EventHandler<ObjectEventArgs> GetObject;
This way we'll be able to modify the entity easily as dependency injection works for the event handler.
The text was updated successfully, but these errors were encountered:
We're trying to use an injected class to modify a property on the entity. We tried create a custom repository using DefaultUIOMaticRepository and make use of the GetById method but it seem like dependency injection is supported for custom repository.
Is it possible for a new event to be added to the UIOMaticObjectService ?
public static event EventHandler<ObjectEventArgs> GetObject;
This way we'll be able to modify the entity easily as dependency injection works for the event handler.
The text was updated successfully, but these errors were encountered: