The CWebUser type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ChangePassword(String, String) |
Chagnes the password to the specified value.
(Inherited from CContactUser.) | |
| ChangePassword(String, String, String) |
Changes the password to the specified value.
(Inherited from CContactUser.) | |
| ChangeWebLogin |
Changes the WebLoginId to the specified value.
(Inherited from CContactUser.) | |
| CheckAndModifyEditStatus |
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.) | |
| 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.
(Inherited from CContactUser.) | |
| LoginByPrincipal |
Logs an existing CWebUser user into the system using an IPrincipal
that has already been validated (presumably).
| |
| LoginByWebLogin |
Logs an existing CWebUser user into the system using their web login and password.
| |
| 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.
(Inherited from CContactUser.) | |
| ResetWebLogin |
Resets the WebLoginId to the specified value. This will reset password and generate an email to the user with a new password.
(Inherited from CContactUser.) | |
| Save()()()() |
Saves any changes made to the object to the database.
(Inherited from CContactUser.) | |
| Save(DataServer) |
Saves any changes made to the object to the database.
(Inherited from CContactUser.) | |
| SetPassword |
Sets CContactUser's password to the value supplied.
(Inherited from CContactUser.) | |
| 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.
(Inherited from CContactUser.) |