Class FormEditorSetOptions

FormEditorSetOptions class

Represents options for set fields (not annotations) properties.

public sealed class FormEditorSetOptions : FormEditorOptions

Constructors

NameDescription
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

NameDescription
Inputs { get; }Returns Form…. plugins data collection.
Outputs { get; }Gets collection of added targets for saving operation results.

Methods

NameDescription
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