The BCUserDB type exposes the following members.

Methods

  NameDescription
Public methodCreateGroup
Creates a new user group with the specified name.
Public methodCreateUser
Creates a new user with the specified work list.
Public methodDeleteGroup(Int32)
Deletes a user group with the specified ID property value.
Public methodDeleteGroup(String)
Deletes a user group with the specified name.
Public methodDeleteUser(Int32)
Deletes a user with the specified ID property value.
Public methodDeleteUser(String)
Deletes a user with the specified work list.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecSQL(String)
Executes an SQL query against the user database.
Public methodExecSQL(String, IEnumerable<(Of <<'(Object>)>>))
Executes an SQL query against the user database.
Public methodExecSQL(String, IEnumerable<(Of <<'(Object>)>>), Array%)
Executes an SQL query against the user database.
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCreateWorkList
Resolves a Windows user account into a work list. If the work list does not exist, creates it.
Public methodGetGroup(Int32)
Returns a user group with the specified ID property value.
Public methodGetGroup(String)
Returns a user group with the specified name.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUser(Int32)
Returns a user with the specified ID property value.
Public methodGetUser(String)
Returns a user with the specified work list.
Public methodGetUserAccount
Resolves a work list into default user account.
Public methodGetUserFullName
Resolves a work list into user full name.
Public methodGetUsersInfo(IEnumerable<(Of <<'(String>)>>))
Returns an array containing active user details.
Public methodGetUsersInfo(Int32)
Returns an array containing active user details of a user group with specified ID property value.
Public methodGetUsersInfo(String)
Returns an array containing active user details of the user group with the specified name.
Public methodGetUsersInfo(IEnumerable<(Of <<'(String>)>>), UserInfoFlags)
Returns an array containing user details.
Public methodGetUsersInfo(IEnumerable<(Of <<'(String>)>>), Boolean)
Returns an array containing user details.
Public methodGetUsersInfo(Int32, UserInfoFlags)
Returns an array containing user details of the specified user group.
Public methodGetUsersInfo(Int32, Boolean)
Returns an array containing user details of yhe user group with the specified ID property value.
Public methodGetUsersInfo(String, UserInfoFlags)
Returns an array containing user details of the specified user group.
Public methodGetUsersInfo(String, Boolean)
Returns an array containing user details of the user group with the specified name.
Public methodGetWorkList
Resolves a Windows user account into work list.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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.)
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyGroups
Gets the collection of all user groups in the database.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyUsers
Gets the collection of all users in the database.

See Also