Click or drag to resize

plugIn_dataLoader Constructor (IAceOperationSetExecutor, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the plugIn_dataLoader class.

Namespace:  imbWEM.Core.console.plugins
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public plugIn_dataLoader(
	IAceOperationSetExecutor __parent,
	string __name
)

Parameters

__parent
Type: IAceOperationSetExecutor
The parent.
__name
Type: SystemString
Property name at parent executor
See Also