IUser Methods |
The IUser type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddCredential | Add a credential. Only one credential per user currently allowed, so any previous credential will be erased. |
![]() | CancelChanges | If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method. |
![]() | Delete | Delete a user (associate), default does not delete the contact person |
![]() | IsMailPassword | IsMailPassword - verify password value against credentials |
![]() | IsPassword | IsPassword - verify password value against credentials |
![]() | RemoveCredential | Remove matching credentials from user. |
![]() | Save | Saves the changes you made to the associate to the database, does not return the new data from the database |