Class LowCodeSaveOptions

LowCodeSaveOptions class

Options for saving generated results in low code way.

public class LowCodeSaveOptions

Constructors

NameDescription
LowCodeSaveOptions()The default constructor.

Properties

NameDescription
OutputFile { get; set; }Gets and sets the file for saving the generated data. When setting this property with value other than null or empty string, OutputStream will be ignored.
OutputStream { get; set; }Gets and sets the Stream for writing. When setting this property with value other than null, OutputFile will be ignored.
virtual SaveFormat { get; set; }Gets and sets the save format for the output. Generally, for specific process in low code way, only some specific formats are allowed. Please specify the correct format for corresponding process, otherwise unexpected result or even exception may be caused.

See Also