The BCSVault type exposes the following members.
Methods
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, array<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 | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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 | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetSubWorkArea |
Returns a sub-work area with the specified name.
| |
GetType | Gets the Type of the current instance. (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 | 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.) | |
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.
|
Properties
Name | Description | |
---|---|---|
Argument | Obsolete.
Gets the collection of named properties stored in the vault.
| |
Arguments |
Gets the collection of named properties stored in the vault.
| |
CurrentWorkArea |
Gets a current opened work area.
| |
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
Metadata |
Gets the metadata for the script object.
(Inherited from BCScriptObject.) | |
Moment |
Gets the date when the repository is opened.
The current transaction will view the vault as it existed at that point in time.
Gets nullNothingnullptra null reference (Nothing in Visual Basic) if the repository was opened in the present time.
| |
Name |
Gets the internal name of the vault.
| |
RootFolder |
Gets the root folder of the vault.
| |
RootURL |
Gets the base URL of the vault which can be used by Web Access.
| |
ServerName |
Gets the computer name where the server is running.
| |
ServerProductCode |
Gets the product code of the server.
| |
ServerTimeGMT |
Gets the current server time.
| |
Task |
Gets the active task.
| |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
WebAccessLocationID |
Gets the value that uniquely identifies the
published location of the vault which can be used by Web Access.
| |
WorkIsolationMode |
Gets a value indicating whether the Work Isolation mode
has been enabled for the vault.
|