Click or drag to resize

EntryFormExtensionTForm Class

Class for extending forms
Inheritance Hierarchy
SystemObject
  EBP.Api.EntryFormEntryFormExtension
    EBP.Api.EntryFormEntryFormExtensionTForm

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<TForm> : EntryFormExtension, 
	IDisposable
where TForm : IEntryForm

Type Parameters

TForm
Type of the entry form to extend. Must be a IEntryForm

The EntryFormExtensionTForm type exposes the following members.

Constructors
  NameDescription
Protected methodEntryFormExtensionTForm
Initializes a new instance of the EntryFormExtensionTForm class.
Top
Properties
  NameDescription
Protected propertyEntityExtension
Gets the entity extension.
(Inherited from EntryFormExtension.)
Protected propertyEntryForm
Get the associated entry form
Top
Methods
  NameDescription
Protected methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from EntryFormExtension.)
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.
(Inherited from EntryFormExtension.)
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.
(Inherited from EntryFormExtension.)
Protected methodOnFormInitialized
Raises after the form is initialized and controls are created.
(Inherited from EntryFormExtension.)
Protected methodOnLookupContextualFilterNeeded
Raises when a lookup is creating. Usefull for adding a contextual filter on this lookup
(Inherited from EntryFormExtension.)
Protected methodOnVisibleChanged
Called when the form visibility changed
(Inherited from EntryFormExtension.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also