Class ComponentPropertiesFormSubmissionCommandResult
Represents a result of the command which validates incoming form components.
public class ComponentPropertiesFormSubmissionCommandResult
- Inheritance
-
objectComponentPropertiesFormSubmissionCommandResult
- Extension Methods
Constructors
ComponentPropertiesFormSubmissionCommandResult()
public ComponentPropertiesFormSubmissionCommandResult()
Properties
FormItems
Collection of form items.
public IEnumerable<IFormItemClientProperties> FormItems { get; set; }
Property Value
- IEnumerable<IFormItemClientProperties>
IsValid
Indicates whether all components are valid.
public bool IsValid { get; set; }
Property Value
- bool