The BCUserDB type exposes the following members.
Back to Top
Back to Top
Methods
| 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.) | |
| (Inherited from | ||
| ExecSQL(String) |
Executes an SQL query against the user database.
| |
| ExecSQL(String, IEnumerable Object ) |
Executes an SQL query against the user database.
| |
| ExecSQL(String, IEnumerable Object , Array ) |
Executes an SQL query against the user database.
| |
Allows an (Inherited from | ||
| 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.
| |
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
| 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(IEnumerable String ) |
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(IEnumerable String , UserInfoFlags) |
Returns an array containing user details.
| |
| GetUsersInfo(IEnumerable String , 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.
| |
Creates a shallow copy of the current (Inherited from | ||
| 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 (Inherited from DisposableObject.) | |
| (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| Groups |
Gets the collection of all user groups in the database.
| |
| IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
| UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
| Users |
Gets the collection of all users in the database.
|
See Also