Метод | Описание | |
---|---|---|
GetSchema ( ) : FlatFiles.SeparatedValueSchema |
Gets the schema used to build the output.
|
|
SeparatedValueWriter ( |
Initializes a new SeparatedValueWriter without a schema.
|
|
SeparatedValueWriter ( |
Initializes a new SeparatedValueWriter with the given schema.
|
|
Write ( object values ) : void |
Writes the textual representation of the given values to the writer.
|
Метод | Описание | |
---|---|---|
IWriter ( ) : ISchema | ||
SeparatedValueWriter ( |
public GetSchema ( ) : FlatFiles.SeparatedValueSchema | ||
Результат | FlatFiles.SeparatedValueSchema |
public SeparatedValueWriter ( |
||
writer | A writer over the separated value document. | |
options | FlatFiles.SeparatedValueOptions | The options used to format the output. |
Результат | System |
public SeparatedValueWriter ( |
||
writer | A writer over the separated value document. | |
schema | FlatFiles.SeparatedValueSchema | The schema of the separated value document. |
options | FlatFiles.SeparatedValueOptions | The options used to format the output. |
Результат | System |
public Write ( object values ) : void | ||
values | object | The values to write. |
Результат | void |