Click or drag to resize
BCSVault Class
Represents an object that extends the BCRepository.
Inheritance Hierarchy

Namespace: BlueCieloECM.InnoCielo.Meridian.Scripting
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public class BCSVault : BCScriptObject

The BCSVault type exposes the following members.

Properties
  NameDescription
Public propertyArgument Obsolete.
Gets the collection of named properties stored in the vault.
Public propertyArguments
Gets the collection of named properties stored in the vault.
Public propertyCurrentWorkArea
Gets a current opened work area.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyMetadata
Gets the metadata for the script object.
(Inherited from BCScriptObject.)
Public propertyMoment
Gets the date when the repository is opened. The current transaction will view the vault as it existed at that point in time. Gets if the repository was opened in the present time.
Public propertyName
Gets the internal name of the vault.
Public propertyRootFolder
Gets the root folder of the vault.
Public propertyRootURL
Gets the base URL of the vault which can be used by Web Access.
Public propertyServerName
Gets the computer name where the server is running.
Public propertyServerProductCode
Gets the product code of the server.
Public propertyServerTimeGMT
Gets the current server time.
Public propertyTask
Gets the active task.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyWebAccessLocationID
Gets the value that uniquely identifies the published location of the vault which can be used by Web Access.
Public propertyWorkIsolationMode
Gets a value indicating whether the Work Isolation mode has been enabled for the vault.
Top
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