Class AssociatedCommand
OptimaJet.Workflow.Plugins.FormsPlugin.AssociatedCommand
Represents a command associated with a form and its save strategy.
Namespace: OptimaJet.Workflow.Plugins.FormsPlugin
public class AssociatedCommandInheritance
- System.Object
Properties
Name
Type
CommandName #StringRepresents the name of a command associated with a form. Used to identify specific commands that can be executed or matched within the form's context.
SaveStrategy #SaveStrategyRepresents a strategy for saving form data in the context of commands. Determines whether the form data should undergo validation and be saved or skip saving entirely.