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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodExecSQL
Executes an SQL query against the specified connection.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetSubWorkArea
Returns a sub-work area with the specified name.
Public methodGetType
Gets the Type of the current instance.
(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
Creates a shallow copy of the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUser
Returns a user with the specified name.
Top
See Also