Provides the contract for a custom action or process, including the work to be done
as well as information that can be presented to the user in a UI (if applicable).
| C# |
public interface IProcedure
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| Group |
Gets the name in which the procedure will be grouped with listed in a UI.
| |
| Image |
Gets the image associated with the procedure.
| |
| Start()()() |
Executes the procedure.
| |
| Title |
Gets the title.
| |
| ToolTip |
Gets the tooltip.
| |
| Visible |
Gets whether an item representing the procedure should be visible.
|