Class FormExporterValuesToCsvOptions
Represents options for export Value property(s) of specified field(s) (not annotations).
public sealed class FormExporterValuesToCsvOptions : FormExporterOptions
Constructors
| Name | Description |
|---|
| 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
| 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