The BCUser type exposes the following members.
Back to Top
Methods
| Name | Description | |
|---|---|---|
| AddAccount |
Adds a Windows account to associate with the user.
| |
| AddEMail |
Adds an email to the user.
| |
| AddToGroup(Int32) |
Adds the user to the specified group.
| |
| AddToGroup(String) |
Adds the user to the specified group.
| |
| Commit |
Commits all the changes made to the user.
| |
| DeleteAccount |
Deletes the specified Windows account associated with the user.
| |
| DeleteAllAccounts |
Deletes all Windows accounts associated with the user.
| |
| DeleteAllEMails |
Deletes all emails of the user.
| |
| DeleteEMail |
Deletes the specified email of the user.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.) | |
| RemoveFromGroup(Int32) |
Removes the user from the specified user group.
| |
| RemoveFromGroup(String) |
Removes the user from the specified group.
| |
| Rollback |
Revokes any changes made to the user.
| |
| ThrowIfDisposed |
Throws the (Inherited from DisposableObject.) | |
| (Inherited from | ||
| Update | Obsolete.
Commits all the changes made to the user.
| |
| Update(Boolean) | Obsolete.
Commits or revokes all the changes made to the user.
|
See Also