Interface that defines a DataPlace add-in.
| C# |
public interface IAddIn
| All Members | Methods | ||||
| Icon | Member | Description |
|---|---|---|
| GetActivities(Database) |
Gets the add-in's workflow activities, if any.
| |
| OnQuit()()() |
Called when DataPlace is quitting. This is the place to handle any cleanup
that needs to be done.
| |
| OnStart(IDPApplication) |
Called when a module is first loaded during DataPlace startup. This is an ideal
time to register for DataPlace events.
|