BCUserDB Methods |
The BCUserDB type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateGroup |
Creates a new user group with the specified name.
| |
| CreateUser |
Creates a new user with the specified work list.
| |
| DeleteGroup(Int32) |
Deletes a user group with the specified ID property value.
| |
| DeleteGroup(String) |
Deletes a user group with the specified name.
| |
| DeleteUser(Int32) |
Deletes a user with the specified ID property value.
| |
| DeleteUser(String) |
Deletes a user with the specified work list.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| ExecSQL(String) |
Executes an SQL query against the user database.
| |
| ExecSQL(String, IEnumerableObject) |
Executes an SQL query against the user database.
| |
| ExecSQL(String, IEnumerableObject, Array) |
Executes an SQL query against the user database.
| |
| Finalize | (Inherited from Object.) | |
| GetCreateWorkList |
Resolves a Windows user account into a work list.
If the work list does not exist, creates it.
| |
| GetGroup(Int32) |
Returns a user group with the specified ID property value.
| |
| GetGroup(String) |
Returns a user group with the specified name.
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| GetUser(Int32) |
Returns a user with the specified ID property value.
| |
| GetUser(String) |
Returns a user with the specified work list.
| |
| GetUserAccount |
Resolves a work list into default user account.
| |
| GetUserFullName |
Resolves a work list into user full name.
| |
| GetUsersInfo(IEnumerableString) |
Returns an array containing active user details.
| |
| GetUsersInfo(Int32) |
Returns an array containing active user details of a user group
with specified ID property value.
| |
| GetUsersInfo(String) |
Returns an array containing active user details of the user group
with the specified name.
| |
| GetUsersInfo(IEnumerableString, UserInfoFlags) |
Returns an array containing user details.
| |
| GetUsersInfo(IEnumerableString, Boolean) |
Returns an array containing user details.
| |
| GetUsersInfo(Int32, UserInfoFlags) |
Returns an array containing user details of the specified user group.
| |
| GetUsersInfo(Int32, Boolean) |
Returns an array containing user details of yhe user group
with the specified ID property value.
| |
| GetUsersInfo(String, UserInfoFlags) |
Returns an array containing user details of the specified user group.
| |
| GetUsersInfo(String, Boolean) |
Returns an array containing user details of the user group
with the specified name.
| |
| GetWorkList |
Resolves a Windows user account into work list.
| |
| 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.) | |
| ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) |