Based class for providing custom behavior or functionality that is specific to a
particular table opened in a table editor.
| C# |
public abstract class AddInEditorInstanceBase : IDisposable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| AddInEditorInstanceBase(ITableEditor, IDPApplication, IExplorer, Database) |
Creates a new instance.
| |
| Application |
Gets the application.
| |
| CreateToolbarItems()()() |
Return a collection of items for toolbar
| |
| Db |
Gets the database containing the table(s) being viewed in the Editor.
| |
| Dispose()()() |
Disposes of the object.
| |
| Dispose(Boolean) |
Disposes of the object.
| |
| Editor |
Gets the table editor that was opened.
| |
| Equals(Object) | (Inherited from Object.) | |
| Explorer |
Gets the explorer in which the editor was opened.
| |
| Finalize()()() |
Finalizes the object.
(Overrides Object.Finalize()()().) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsDisposed |
Whether the object has been disposed.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ProvideCustomControl(Object, ProvideCustomControlEventArgs) |
Provides a hook to provide a custom data entry form
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| AddInEditorInstanceBase | |