Class FormExporterValuesToCsvOptions

FormExporterValuesToCsvOptions class

Represents options for export Value property(s) of specified field(s) (not annotations).

public sealed class FormExporterValuesToCsvOptions : FormExporterOptions

Constructors

NameDescription
FormExporterValuesToCsvOptions(SelectField, char)Initializes a new instance of the FormExporterValuesToCsvOptions object, in which the fields whose data will be exported and the separator for the exported data 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