Based class for providing custom behavior or functionality that is specific to a
particular database.
| C# |
public abstract class AddInDbInstanceBase
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AddInDbInstanceBase(Database, IDPApplication) |
Creates a new instance.
| |
| Application |
Gets the application.
| |
| CreateEditorInstance(ITableEditor, IDPApplication, IExplorer, Database) |
Creates an AddInEditorInstanceBase for a table editor.
| |
| Db |
Gets the associated database.
| |
| editor_Disposed(Object, EventArgs) |
Called when an ITableEditor is disposed.
| |
| Equals(Object) | (Inherited from Object.) | |
| 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.) | |
| ProcessTableEditor(IExplorer, ITableEditor) |
Processes a table editor, called when a table editor is opened.
| |
| ShouldHandleTable(IExplorer, ITableEditor) |
Determines whether an AddInEditorInstanceBase instance should be created to handle
a given table editor.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| AddInDbInstanceBase | |