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
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
MoveNext | Checks whether there is more input. |
GetCurrent | Gets the load options from which to load data of currently processed part. |
Finish | Releases resources after processing currently part of input. |