BCSVault Methods |
The BCSVault type exposes the following members.
| Name | Description | |
|---|---|---|
| CallRemote(String, String, String, String, String) |
Evaluates an expression on the specified remote vault.
| |
| CallRemote(String, String, String, String, String, Object) |
Executes a method on the specified remote vault.
| |
| CallRemote(String, String, String, String, String, Object) |
Executes a method on the specified remote vault.
| |
| ComposeURL(BCScriptObject) |
Returns an absolute Web Access URL for the specified object.
| |
| ComposeURL(BCScriptObject, SUrlMode) |
Returns a Web Access URL for the specified object.
| |
| Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
| Equals | (Inherited from Object.) | |
| ExecSQL |
Executes an SQL query against the specified connection.
| |
| Finalize | (Inherited from Object.) | |
| GetGroups |
Returns a 2D array containing information about all user groups.
| |
| GetGroups(SGroupColumnFlags) |
Returns a 2D array containing information about all user groups.
| |
| GetGroups(SGroupColumnFlags, String) |
Returns a 2D array containing information about the user groups to which a user belongs.
| |
| GetHashCode | (Inherited from Object.) | |
| GetSubWorkArea |
Returns a sub-work area with the specified name.
| |
| GetType | (Inherited from Object.) | |
| GetUsers |
Returns a 2D array containing information about the users for all user groups.
| |
| GetUsers(SUserColumnFlags) |
Returns a 2D array containing information about the users for all user groups.
| |
| GetUsers(SUserColumnFlags, String) |
Returns an array containing information about the users for the specified user group.
| |
| 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.) | |
| Query |
Returns a query with the specified name.
| |
| Sequence |
Returns a default sequence that is unique within the vault.
| |
| Sequence(String) |
Returns a sequence that is unique within the vault.
| |
| Table |
Returns a table with the specified name.
| |
| ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
| ToString | (Inherited from Object.) | |
| User |
Returns a user with the specified name.
|