LowCodeSaveOptions Class

LowCodeSaveOptions class

Options for saving generated results in low code way.


type LowCodeSaveOptions struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription
NewLowCodeSaveOptionsDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetOutputFileGets and sets the file(with path if needed) for saving the generated data.When setting this property with value other than null or empty string, OutputStream will be ignored.
SetOutputFileGets and sets the file(with path if needed) for saving the generated data.When setting this property with value other than null or empty string, OutputStream will be ignored.
GetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.
SetOutputStreamGets and sets the Stream for writing the generated data to.When setting this property with value other than null, OutputFile will be ignored.
GetSaveFormatGets 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 resultor even exception may be caused.
SetSaveFormatGets 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 resultor even exception may be caused.