SOUser Methods |
The SOUser 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. (Inherited from IUser.) |
![]() ![]() | CancelChanges | If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method. (Inherited from IUser.) |
![]() ![]() | Delete | Delete a user (associate), default does not delete the contact person (Inherited from IUser.) |
![]() ![]() | IsMailPassword | IsMailPassword - verify password value against credentials (Inherited from IUser.) |
![]() ![]() | IsPassword | IsPassword - verify password value against credentials (Inherited from IUser.) |
![]() | RemoveCredential | Remove matching credentials from user. (Inherited from IUser.) |
![]() ![]() | Save | Saves the changes you made to the associate to the database, does not return the new data from the database (Inherited from IUser.) |