The CContactUser type exposes the following members.

Methods

  NameDescription
Public methodChangePassword(String, String)
Chagnes the password to the specified value.
Public methodChangePassword(String, String, String)
Changes the password to the specified value.
Public methodChangeWebLogin
Changes the WebLoginId to the specified value.
Protected methodCheckAndModifyEditStatus
Sets the EditStatus to Modified if it is Unchanged
(Inherited from iboBase.)
Public methodStatic memberCheckWebLogin
Checks to see if the specified WebLogin is used by another user
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.
Public methodStatic memberLoginByContactId
Logs an existing CContact user into the system by ContactId and password.
Public methodStatic memberLoginByWebLogin(String)
Logs an existing CContact user into the system using their user Id only. This will set the current app principal.
Public methodStatic memberLoginByWebLogin(String, Boolean)
Logs an existing CContact user into the system using their user Id only.
Public methodStatic memberLoginByWebLogin(String, String)
Logs an existing CContact user into the system using their web login and password.
Protected methodStatic memberLoginContact(CContactUser, String, String, String)
Populate CContactUser object given the login information.
Protected methodStatic memberLoginContact(CContactUser, String, String, String, Boolean)
Populate CContactUser object given the login information.
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.
Public methodStatic memberResetUserPassword(String)
Reset user's password to a random value and email the user new value.
Public methodStatic memberResetUserPassword(String, String)
Reset user's password to a random value and email the user new value.
Public methodResetWebLogin
Resets the WebLoginId to the specified value. This will reset password and generate an email to the user with a new password.
Protected methodStatic memberRetrieve
Retrieves the iMISUser fields from a data reader run against the Name_Security + Name_Security_Groups tables
Public methodSave()()()()
Saves any changes made to the object to the database.
Public methodSave(DataServer)
Saves any changes made to the object to the database.
Public methodSetPassword
Sets CContactUser's password to the value supplied.
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.
(Overrides iboBase..::..Validate()()()().)

See Also