BCUser Methods |
The BCUser type exposes the following members.
| 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.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| 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 ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) | |
| Update | Obsolete.
Commits all the changes made to the user.
| |
| Update(Boolean) | Obsolete.
Commits or revokes all the changes made to the user.
|