Click or drag to resize

pipelineTokenReportFlagEntry Constructor (String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the pipelineTokenReportFlagEntry class.

Namespace:  imbWBI.Core.WebClassifier.reportData.optionalReports
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public pipelineTokenReportFlagEntry(
	string _type,
	string _flag
)

Parameters

_type
Type: SystemString
The type.
_flag
Type: SystemString
The flag.
See Also