Click or drag to resize

imbMCRepository Constructor (String, String, folderNode)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the imbMCRepository class.

Namespace:  imbMiningContext.MCRepository
Assembly:  imbMiningContext (in imbMiningContext.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public imbMCRepository(
	string __name,
	string __description,
	folderNode __parentFolder
)

Parameters

__name
Type: SystemString
The name.
__description
Type: SystemString
The description.
__parentFolder
Type: folderNode
The parent folder.
See Also