Overload List
| Name | Description | |
|---|---|---|
| Validate()()() |
Validates the data set in the contact's properties against cross-property business rules. If any errors are found Validate
will return false and the Asi.iBO.Errors property should be checked for details. Validate can be called at any
time to check for errors but it will automatically be called at save time.
(Overrides CContactBasic..::.Validate()()().) | |
| Validate(DataServer) |
Validates the data set in the contact's properties against cross-property business rules. I any errors are found Validate
will return false and the Asi.iBO.Errors property should be checked for details. Validate can be called at any
time to check for errors but it will automatically be called at save time.
|