Class UICommandEvent
- Namespace
- Acuit.Pinpoint.Workflows.Activities
- Assembly
- Acuit.Pinpoint.Workflows.dll
A command event for a workflow which is normally raised from the user interface via an operator action.
public class UICommandEvent
- Inheritance
-
UICommandEvent
- Inherited Members
Constructors
UICommandEvent(string)
Initializes a new instance of the UICommandEvent class.
public UICommandEvent(string commandName)
Parameters
commandName
stringThe command name.
Properties
CommandName
Gets the command name.
public string CommandName { get; }