Click or drag to resize

IUser Methods

The IUser type exposes the following members.

Methods
  NameDescription
Public methodAddCredential
Add a credential. Only one credential per user currently allowed, so any previous credential will be erased.
Public methodCode exampleCancelChanges
If you made changes to the model that you don’t want to be saved to the database, call the CancelChanges method.
Public methodCode exampleDelete
Delete a user (associate), default does not delete the contact person
Public methodCode exampleIsMailPassword
IsMailPassword - verify password value against credentials
Public methodCode exampleIsPassword
IsPassword - verify password value against credentials
Public methodRemoveCredential
Remove matching credentials from user.
Public methodCode exampleSave
Saves the changes you made to the associate to the database, does not return the new data from the database
Top
See Also