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

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

Syntax

C#
public override bool Validate()
Visual Basic (Declaration)
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.

See Also