Click or drag to resize

EntryFormExtension Class

Class for extending entry forms
Inheritance Hierarchy

Namespace:  EBP.Api.EntryForm
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public abstract class EntryFormExtension : IDisposable

The EntryFormExtension type exposes the following members.

Properties
  NameDescription
Protected propertyEntityExtension
Gets the entity extension.
Protected propertyEntryForm
Get the associated entry form
Top
Methods
  NameDescription
Protected methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFillActions
Called when the entry form needs to create its global actions. Controls actions must be created in OnFormInitialized methods.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnEntityInitialized
Raises when Entity is created.
Protected methodOnFormInitialized
Raises after the form is initialized and controls are created.
Protected methodOnLookupContextualFilterNeeded
Raises when a lookup is creating. Usefull for adding a contextual filter on this lookup
Protected methodOnVisibleChanged
Called when the form visibility changed
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also