Opens the Entity form to modify an IEntity
. Returns true if modifications to the entity were saved successfully, false if user cancelled.
public bool OpenEntityForm(IEntity entity)
parameter | description |
---|---|
entity | The preliminary entity which will be modified in the form. |
- interface IEntity
- interface IEntityService
- namespace Mendix.StudioPro.ExtensionsAPI.UI.Services