BCVaultLink MembersMeridian Enterprise 2013 Developer's Guide | BlueCielo ECM Solutions

The BCVaultLink type exposes the following members.
Constructors

  NameDescription
Public methodBCVaultLink 
Initializes a new instance of the BCVaultLink class.
Public methodBCVaultLink(BCRepository)
Initializes a new instance of the BCVaultLink class.
Back to Top
Methods

  NameDescription
Public methodCreateVault
Returns an instance of the BCRepository class that represents a connection to the server. The connection has been opened using the information set on the BCVaultLink. The application should call Dispose  to release the repository instance.
Public methodDateTimeAsText 
Returns a human-friendly string representation of the moment of time the vault was opened. It can be a baseline name, or a formatted date. For the current moment it may be the word "Current" (localized).
Public methodDateTimeAsText(Boolean)
Returns a string representation of the moment of time the vault was opened. It can be a baseline name, or a formatted date. For the current moment it may be the word "Current" (localized).
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an OnlineObject to attempt to free resources and perform other cleanup operations before the OnlineObject is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodLoadFromFile
Loads connection settings from a file created with SaveToFile(String).
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose (Overrides DisposableObject OnDispose .)
Public methodSaveToFile
Stores connection settings to the file.
Protected methodThrowIfDisposed
Throws the OnlineObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodOnlineToString
Returns a OnlineString that represents the current OnlineObject.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyBaseLineDisplayName
Gets or sets the display name of the selected baseline.
Public propertyBaseLineID
Gets or sets the ID property value of the selected baseline.
Public propertyDataStoreName
Gets or sets the name of the selected data store.
Public propertyDateTimeUTC
Gets or sets the selected date value of History mode.
Public propertyIsBaseline
Gets a value indicating whether a baseline was used to select a moment in history.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyIsWorkMode
Gets a value indicating whether the vault is in writable mode.
Public propertyIsWorkPackage
Gets a value indicating whether the work area is selected.
Public propertyMachineName
Gets or sets the name of the selected server machine.
Public propertySectionAddress
Gets or sets the address of the selected section in format: "\\{MachineName}\{DataStoreName}\{VaultName}".
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyVaultDisplayName
Gets or sets the display name of the selected vault.
Public propertyVaultName
Gets or sets the name of the selected vault.
Public propertyWorkMode
Gets or sets a value indicating whether the vault is in writable mode.
Public propertyWorkPackageDisplayName
Gets or sets the display name of the selected work area.
Public propertyWorkPackageID
Gets or sets the ID property value of the selected work area.
Back to Top
See Also