![]() | EntryFormExtensionTForm Class |
Namespace: EBP.Api.EntryForm
public abstract class EntryFormExtension<TForm> : EntryFormExtension, IDisposable where TForm : IEntryForm
The EntryFormExtensionTForm type exposes the following members.
Name | Description | |
---|---|---|
![]() | EntryFormExtensionTForm |
Initializes a new instance of the EntryFormExtensionTForm class.
|
Name | Description | |
---|---|---|
![]() | EntityExtension |
Gets the entity extension.
(Inherited from EntryFormExtension.) |
![]() | EntryForm |
Get the associated entry form
|
Name | Description | |
---|---|---|
![]() | Dispose |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from EntryFormExtension.) |
![]() | Equals | (Inherited from Object.) |
![]() | FillActions |
Called when the entry form needs to create its global actions.
Controls actions must be created in OnFormInitialized methods.
(Inherited from EntryFormExtension.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnEntityInitialized |
Raises when Entity is created.
(Inherited from EntryFormExtension.) |
![]() | OnFormInitialized |
Raises after the form is initialized and controls are created.
(Inherited from EntryFormExtension.) |
![]() | OnLookupContextualFilterNeeded |
Raises when a lookup is creating. Usefull for adding a contextual filter on this lookup
(Inherited from EntryFormExtension.) |
![]() | OnVisibleChanged |
Called when the form visibility changed
(Inherited from EntryFormExtension.) |
![]() | ToString | (Inherited from Object.) |