The BCUserDB type exposes the following members.
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.) | |
Equals | (Inherited from Object.) | |
ExecSQL(String) |
Executes an SQL query against the user database.
| |
ExecSQL(String, IEnumerable<(Of <<'(Object>)>>)) |
Executes an SQL query against the user database.
| |
ExecSQL(String, IEnumerable<(Of <<'(Object>)>>), Array%) |
Executes an SQL query against the user database.
| |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (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(IEnumerable<(Of <<'(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<(Of <<'(String>)>>), UserInfoFlags) |
Returns an array containing user details.
| |
GetUsersInfo(IEnumerable<(Of <<'(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.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (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.) |
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.
|