Makes sure that all of the property data passes the iMIS business rules.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public override bool Validate() |
| Visual Basic |
|---|
Public Overrides Function Validate As Boolean |
| Visual C++ |
|---|
public: virtual bool Validate() override |
Return Value
True if the data is correct, false if any errors are found. If false is returned, check the Errors property for the list of errors found.If this is not a new order, the BatchNumber must be set or an error is reported.