Class CsvOptions
- Namespace
- GroupeIsa.Neos.Designer.UIAbstractions
- Assembly
- GroupeIsa.Neos.Designer.UIAbstractions.dll
Represents the CSV-specific options.
[ExcludeFromCodeCoverage]
public class CsvOptions
- Inheritance
-
CsvOptions
- Inherited Members
Properties
Delimiter
Gets the delimiter.
public string? Delimiter { get; }
Property Value
Methods
WithDelimiter(string?)
Sets the delimiter.
[SuppressMessage("Minor Code Smell", "S2325:Methods and properties that don't access instance data should be static", Justification = "Transpilation")]
public CsvOptions WithDelimiter(string? delimiter)
Parameters
delimiterstringThe delimiter.
Returns
- CsvOptions
The CSV-specific options.