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 AssociatedCommandProperties
public required string CommandName { get; init; } #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.
[JsonConverter(typeof(StringEnumConverter))] [JsonConverter(typeof(SystemStringEnumConverter<SaveStrategy>))] public SaveStrategy SaveStrategy { get; init; } #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.