BCUser MembersMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

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 methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
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 OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
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.
Back to Top
Properties

  NameDescription
Public propertyAccounts
Gets a 2D array with all Windows accounts associated with the user.
Public propertyActive
Gets or sets a value indicating whether the user is active.
Public propertyAddedByID
Gets or sets the ID property value representing who added the user.
Public propertyAddress
Gets or sets the address of the user.
Public propertyAllEMails
Gets a 2D array with all emails of the user.
Public propertyDateAdded
Gets or sets the date when the user was added.
Public propertyDateModified
Gets or sets the date when the user was last edited.
Public propertyDefaultAccount
Gets or sets the default Windows account associated with the user.
Public propertyDescription
Gets or sets the description of the user.
Public propertyDisplayName
Gets or sets the display name of the user.
Public propertyEmail
Gets or sets the default email of the user.
Public propertyExternal
Gets or sets a value indicating whether the user is external.
Public propertyExternalKey
Gets or sets the key of the external user.
Public propertyGroups
Gets the collection of the groups the user is member of.
Public propertyID
Gets the value that uniquely identifies the user.
Public propertyInitials
Gets or sets the initials of the user.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyManagerID
Gets or sets the ID property value of the user's manager.
Public propertyModifiedByID
Gets or sets the ID property value representing who last edited the user.
Public propertyOrgUnit
Gets or sets the organizational unit of the user.
Public propertyTitle
Gets or sets the title of the user.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyUserDB
Gets the user database to which the object belongs.
(Inherited from BCUserDBObject.)
Public propertyWorkList
Gets or sets the work list of the user.
Back to Top
See Also