Class FormEditorSetOptions
Represents options for set fields (not annotations) properties.
public sealed class FormEditorSetOptions : FormEditorOptions
Constructors
| Name | Description |
|---|
| FormEditorSetOptions(SelectField, FormFieldSetOptions) | Initializes a new instance of the FormEditorSetOptions object, in which the values assigned to the properties of the field are specified. |
Properties
| Name | Description |
|---|
| Inputs { get; } | Returns Form…. plugins data collection. |
| Outputs { get; } | Gets collection of added targets for saving operation results. |
Methods
| Name | Description |
|---|
| AddInput(IDataSource) | Adds new data source to the Form… plugins data collection. |
| AddOutput(IDataSource) | Adds new data source to the Form… plugins data collection. |
See Also