BCNameSpace Class |
Namespace: BlueCieloECM.InnoCielo.Meridian.Client
The BCNameSpace type exposes the following members.
Name | Description | |
---|---|---|
BCNameSpace |
Initializes a new instance of the BCNameSpace class.
|
Name | Description | |
---|---|---|
IsAmfsEnabled |
Gets a value indicating whether the AMFS share is used by the client.
| |
IsDisposed |
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.) | |
UnderlyingObject |
Gets the underlying wrapped object.
(Inherited from DisposableObject.) | |
WorkspaceRoot |
Gets or sets the location of the local workspace.
|
Name | Description | |
---|---|---|
ContextToDate |
Converts the context to a date value.
| |
CreateRepository(String) | Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
| |
CreateRepository(String, String) | Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
| |
CreateRepository(String, String, NullableDateTime) | Obsolete.
Returns a new BCRepository instance that represents connection to the vault.
| |
DateToContext |
Converts the date value to a context.
| |
Dispose |
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.) | |
DocumentFromPath |
Returns a document with the specified path in the local workspace.
| |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
GetUseAMFS |
Returns a value indicating whether the AMFS share is used by the client.
| |
GetUseAMFS(BCRepository) |
Returns a value indicating whether the AMFS share is used.
| |
LinkFromPath |
Returns a new BCVaultLink instance that represents connection to the vault.
| |
MemberwiseClone | (Inherited from Object.) | |
OnDispose |
The method is called on the Dispose method call.
Derived classes should override the method to perform custom disposing.
(Overrides DisposableObjectOnDispose.) | |
ThrowIfDisposed |
Throws the ObjectDisposedException exception if
the underlying object has been disposed.
(Inherited from DisposableObject.) | |
ToString | (Inherited from Object.) | |
UpdateDocumentFromPath(String) |
Synchronizes the document in the local workspace with the vault.
| |
UpdateDocumentFromPath(String, CacheSyncKind) |
Synchronizes the document in the local workspace with the vault.
|