Makes sure that all of the property data passes the iMIS business rules.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public virtual bool Validate()
Visual Basic (Declaration)
Public Overridable Function Validate As Boolean
Visual C++
public:
virtual bool Validate()

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.

See Also