Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 763 Bytes

File metadata and controls

19 lines (13 loc) · 763 Bytes

IEntityService.OpenEntityForm method

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.

See Also