Click or drag to resize

industryClassModel Constructor (String, String, String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the industryClassModel class.

Namespace:  imbWBI.Core.WebClassifier.category
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public industryClassModel(
	string _name,
	string _tla,
	string _desc
)

Parameters

_name
Type: SystemString
The name.
_tla
Type: SystemString
The tla.
_desc
Type: SystemString
The desc.
See Also