|  | IEntryForm Interface | 
Namespace: EBP.Api.Interfaces.Form
 Syntax
SyntaxThe IEntryForm type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Actions | 
            Actions of the form
            (Inherited from IApiEntryForm.) | 
|  | Entity | 
            Entity of the form
            (Inherited from IApiEntryForm.) | 
|  | Form | 
            Gets the form
            (Inherited from IForm.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | Show | 
            Show the form
            (Inherited from IForm.) | 
|  | ShowDialog | 
            Show the form as modal
            (Inherited from IForm.) | 
 See Also
See Also