The CContactUser type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ChangePassword | Overloaded. | |
| ChangeWebLogin |
Changes the WebLoginId to the specified value.
| |
| CheckAndModifyEditStatus |
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.) | |
| CheckWebLogin |
Checks to see if the specified WebLogin is used by another user
| |
| Delete |
Marks this object to be deleted when the save is done
(Inherited from iboBase.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsInRole |
Determines whether the current principal belongs to the specified role.
| |
| LoginByContactId |
Logs an existing CContact user into the system by ContactId and password.
| |
| LoginByWebLogin | Overloaded. | |
| LoginContact | Overloaded. | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ResetPassword |
Reset user's password to a random value and email the user new value.
| |
| ResetUserPassword | Overloaded. | |
| ResetWebLogin |
Resets the WebLoginId to the specified value. This will reset password and generate an email to the user with a new password.
| |
| Retrieve |
Retrieves the iMISUser fields from a data reader run against the Name_Security + Name_Security_Groups tables
| |
| Save | Overloaded. | |
| SetPassword |
Sets CContactUser's password to the value supplied.
| |
| ToString | (Inherited from Object.) | |
| Validate |
Verifies that the data in the CContactUser object is valid. If not, the Errors property will contain
messages about what data is not valid and false will be returned.
(Overrides iboBase..::.Validate()()().) |