Click or drag to resize

clsImportBasebValidateClassNumber Method

Checks the given class number whether the key string conforms the MARIProject settings i.e. Project number, Employee number etc.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bValidateClassNumber(
	MPInterface oInterface,
	string sCoreDataIdentifier,
	clsImportBaseeCoreDataClassID nClassID,
	int nBusinessUnit = 0
)

Parameters

oInterface
Type: MARIInterfaceMPInterface
sCoreDataIdentifier
Type: SystemString
core data identifier to test. For example "P123456"
nClassID
Type: MARIInterfaceclsImportBaseeCoreDataClassID
Dimension of the core data
nBusinessUnit (Optional)
Type: SystemInt32
0, optional the requested business unit. See dimension clsImportSetupBusinessUnits for details.

Return Value

Type: Boolean
A boolean value
See Also