The BCNameSpace type exposes the following members.

Constructors

  NameDescription
Public methodBCNameSpace
Initializes a new instance of the BCNameSpace class.

Methods

  NameDescription
Public methodContextToDate
Converts the context to a date value.
Public methodCreateRepository(String) Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
Public methodCreateRepository(String, String) Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
Public methodCreateRepository(String, String, Nullable<(Of <<'(DateTime>)>>)) Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
Public methodDateToContext
Converts the date value to a context.
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodDocumentFromPath
Returns a document with the specified path in the local workspace.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetUseAMFS()()()()
Returns a value indicating whether the AMFS share is used by the client.
Public methodGetUseAMFS(BCRepository)
Returns a value indicating whether the AMFS share is used.
Public methodLinkFromPath
Returns a new BCVaultLink instance that represents connection to the vault.
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.
(Overrides DisposableObject..::..OnDispose()()()().)
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 methodUpdateDocumentFromPath(String)
Synchronizes the document in the local workspace with the vault.
Public methodUpdateDocumentFromPath(String, CacheSyncKind)
Synchronizes the document in the local workspace with the vault.

Properties

  NameDescription
Public propertyIsAmfsEnabled
Gets a value indicating whether the AMFS share is used by the client.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyWorkspaceRoot
Gets or sets the location of the local workspace.

See Also