Click or drag to resize

pipelineTokenReportDictionary Constructor (String, String, folderNode)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the pipelineTokenReportDictionary class.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public pipelineTokenReportDictionary(
	string _name,
	string _desc,
	folderNode _folder
)

Parameters

_name
Type: SystemString
The name.
_desc
Type: SystemString
The desc.
_folder
Type: folderNode
The folder.
See Also