Checks to see if the supplied Order Type is valid
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool ValidateOrderType( string orderTypeCode ) |
| Visual Basic (Declaration) |
|---|
Public Function ValidateOrderType ( _ orderTypeCode As String _ ) As Boolean |
| Visual C++ |
|---|
public: bool ValidateOrderType( String^ orderTypeCode ) |
Parameters
- orderTypeCode
- Type: System..::.String
The Order Type Code to check