AbstractLowCodeLoadOptionsProvider Class

AbstractLowCodeLoadOptionsProvider class

Implementation to provide multiple load options for processesthat use multiple inputs(such as template files).


type AbstractLowCodeLoadOptionsProvider struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
MoveNextChecks whether there is more input.
GetCurrentGets the load options from which to load data of currently processed part.
FinishReleases resources after processing currently part of input.