Click or drag to resize

BCSVault Methods

The BCSVault type exposes the following members.

Methods
  NameDescription
Public methodCallRemote(String, String, String, String, String)
Evaluates an expression on the specified remote vault.
Public methodCallRemote(String, String, String, String, String, Object)
Executes a method on the specified remote vault.
Public methodCallRemote(String, String, String, String, String, Object)
Executes a method on the specified remote vault.
Public methodComposeURL(BCScriptObject)
Returns an absolute Web Access URL for the specified object.
Public methodComposeURL(BCScriptObject, SUrlMode)
Returns a Web Access URL for the specified object.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Public methodExecSQL
Executes an SQL query against the specified connection.
Protected methodFinalize (Inherited from Object.)
Public methodGetGroups
Returns a 2D array containing information about all user groups.
Public methodGetGroups(SGroupColumnFlags)
Returns a 2D array containing information about all user groups.
Public methodGetGroups(SGroupColumnFlags, String)
Returns a 2D array containing information about the user groups to which a user belongs.
Public methodGetHashCode (Inherited from Object.)
Public methodGetSubWorkArea
Returns a sub-work area with the specified name.
Public methodGetType (Inherited from Object.)
Public methodGetUsers
Returns a 2D array containing information about the users for all user groups.
Public methodGetUsers(SUserColumnFlags)
Returns a 2D array containing information about the users for all user groups.
Public methodGetUsers(SUserColumnFlags, String)
Returns an array containing information about the users for the specified user group.
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose
The method is called on the Dispose method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodQuery
Returns a query with the specified name.
Public methodSequence
Returns a default sequence that is unique within the vault.
Public methodSequence(String)
Returns a sequence that is unique within the vault.
Public methodTable
Returns a table with the specified name.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Public methodUser
Returns a user with the specified name.
Top
See Also