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
Syntaxpublic bool bValidateClassNumber(
MPInterface oInterface,
string sCoreDataIdentifier,
clsImportBaseeCoreDataClassID nClassID,
int nBusinessUnit = 0
)
Public Function bValidateClassNumber (
oInterface As MPInterface,
sCoreDataIdentifier As String,
nClassID As clsImportBaseeCoreDataClassID,
Optional nBusinessUnit As Integer = 0
) As Boolean
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:
BooleanA boolean value
See Also