Class UpdateStepCommandResult
Result of UpdateStep(UpdateStepCommandArguments) command.
public sealed class UpdateStepCommandResult
- Inheritance
-
objectUpdateStepCommandResult
- Extension Methods
Properties
Form
Step form data.
public WorkflowStepForm Form { get; set; }
Property Value
IsValid
Indicates whether the submitted data was valid.
public bool IsValid { get; set; }
Property Value
- bool
Item
Contains updated data of the corresponding step's Bar item.
public WorkflowStepItem Item { get; set; }