Workflow Engine .NET

Assembly: OptimaJet.Workflow.FormsPlugin

Class AssociatedCommand

OptimaJet.Workflow.Plugins.FormsPlugin.AssociatedCommand

Represents a command associated with a form and its save strategy.

public class AssociatedCommand

Inheritance

  • System.Object

Properties

Name
Type
CommandName #
String
Represents 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 #
SaveStrategy
Represents 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.