Click or drag to resize

BCUser Methods

The BCUser type exposes the following members.

Methods
  NameDescription
Public methodAddAccount
Adds a Windows account to associate with the user.
Public methodAddEMail
Adds an email to the user.
Public methodAddToGroup(Int32)
Adds the user to the specified group.
Public methodAddToGroup(String)
Adds the user to the specified group.
Public methodCommit
Commits all the changes made to the user.
Public methodDeleteAccount
Deletes the specified Windows account associated with the user.
Public methodDeleteAllAccounts
Deletes all Windows accounts associated with the user.
Public methodDeleteAllEMails
Deletes all emails of the user.
Public methodDeleteEMail
Deletes the specified email of the user.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose
The method is called on the Dispose method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodRemoveFromGroup(Int32)
Removes the user from the specified user group.
Public methodRemoveFromGroup(String)
Removes the user from the specified group.
Public methodRollback
Revokes any changes made to the user.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Public methodUpdate Obsolete.
Commits all the changes made to the user.
Public methodUpdate(Boolean) Obsolete.
Commits or revokes all the changes made to the user.
Top
See Also