Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 631 Bytes

File metadata and controls

19 lines (12 loc) · 631 Bytes

IEntityService interface

Provides a set of operations on an entity.

public interface IEntityService

Members

name description
OpenEntityForm(…) Opens the Entity form to modify an IEntity. Returns true if modifications to the entity were saved successfully, false if user cancelled.

See Also