Click or drag to resize

Extension Methods

The Extension type exposes the following members.

Methods
  NameDescription
Protected methodConfirmUserDefinedSchemaObjectDelete
Gets whether a schema object can be safely deleted
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodExecuteCommand
Executes a command which can be called with command line.
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.)
Protected methodGetServiceT
Get the requested service or null if it does not exists.
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 methodOnDisposed
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodOnInitialized
Initializes the extension. Override this method to register all extensions entities, forms, etc.
Protected methodOnRunned
Called when the extension is runned
Protected methodOnStopped
Called when the extension is stopped
Protected methodRegisterAsynchronousOperationExtensionT
Registers the asynchronous operation.
Protected methodRegisterEntityExtensionT
Registers an extension on an entity
Protected methodRegisterEntryFormExtensionT
Registers an extension on an entry form
Protected methodRegisterExtensionUserDefinedMenu
Register a user defined entity menu item
Protected methodRegisterImportCategoryExtensionTEntity
Registers a default import category for the specified API master table entity type.
Protected methodRegisterListPageExtensionTListPageExtension
Register a list page extension from a list page Id
Protected methodRegisterOptionExtensionT
Registers an extension of an option entity
Protected methodRegisterReportExtensionTReportExtension
Register a report entity extension
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also