Click or drag to resize

directReporterBase Constructor (String, String, aceAuthorNotation)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the directReporterBase class.

Namespace:  imbWEM.Core.directReport.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public directReporterBase(
	string reportName,
	string reportRootDir,
	aceAuthorNotation __notation
)

Parameters

reportName
Type: SystemString
Name of the report.
reportRootDir
Type: SystemString
The report root dir.
__notation
Type: aceAuthorNotation
The notation.
See Also