Validates the properties of the object to make sure they conform to iMIS business rules.
Namespace:
Asi.iBO.ContactManagement
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 validation tests all pass, false if any error is found. If false is returned,
check the Errors property for the list of errors found.
See Also