BCUser Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Server
The BCUser type exposes the following members.
Name | Description | |
---|---|---|
Accounts |
Gets a 2D array with all Windows accounts associated with the user.
| |
Active |
Gets or sets a value indicating whether the user is active.
| |
AddedByID |
Gets or sets the ID property value representing who added the user.
| |
Address |
Gets or sets the address of the user.
| |
AllEMails |
Gets a 2D array with all emails of the user.
| |
DateAdded |
Gets or sets the date when the user was added.
| |
DateModified |
Gets or sets the date when the user was last edited.
| |
DefaultAccount |
Gets or sets the default Windows account associated with the user.
| |
Description |
Gets or sets the description of the user.
| |
DisplayName |
Gets or sets the display name of the user.
| |
Gets or sets the default email of the user.
| ||
External |
Gets or sets a value indicating whether the user is external.
| |
ExternalKey |
Gets or sets the key of the external user.
| |
Groups |
Gets the collection of the groups the user is member of.
| |
ID |
Gets the value that uniquely identifies the user.
| |
Initials |
Gets or sets the initials of the user.
| |
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
ManagerID |
Gets or sets the ID property value of the user's manager.
| |
ModifiedByID |
Gets or sets the ID property value representing who last edited the user.
| |
OrgUnit |
Gets or sets the organizational unit of the user.
| |
Title |
Gets or sets the title of the user.
| |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
UserDB |
Gets the user database to which the object belongs.
(Inherited from BCUserDBObject.) | |
WorkList |
Gets or sets the work list of the user.
|
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.
|