DataPlace
IProcedure Interface
CSCS.DataPlace.EditIProcedure
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).
Declaration Syntax
C#
public interface IProcedure
Members
All MembersMethodsProperties



IconMemberDescription
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.

Assembly: CS.DataPlace.Extensibility (Module: CS.DataPlace.Extensibility) Version: 2.0.3271.19819