The CWebUser type exposes the following members.

Methods

  NameDescription
Public methodChangePassword(String, String)
Chagnes the password to the specified value.
(Inherited from CContactUser.)
Public methodChangePassword(String, String, String)
Changes the password to the specified value.
(Inherited from CContactUser.)
Public methodChangeWebLogin
Changes the WebLoginId to the specified value.
(Inherited from CContactUser.)
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Public methodDelete
Marks this object to be deleted when the save is done
(Inherited from iboBase.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsInRole
Determines whether the current principal belongs to the specified role.
(Inherited from CContactUser.)
Public methodStatic memberLoginByPrincipal
Logs an existing CWebUser user into the system using an IPrincipal that has already been validated (presumably).
Public methodStatic memberLoginByWebLogin
Logs an existing CWebUser user into the system using their web login and password.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodResetPassword
Reset user's password to a random value and email the user new value.
(Inherited from CContactUser.)
Public methodResetWebLogin
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.)
Public methodSave()()()()
Saves any changes made to the object to the database.
(Inherited from CContactUser.)
Public methodSave(DataServer)
Saves any changes made to the object to the database.
(Inherited from CContactUser.)
Public methodSetPassword
Sets CContactUser's password to the value supplied.
(Inherited from CContactUser.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodValidate
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.)

See Also