Click or drag to resize
BCOpenVaultDialog Class
Prompts the user to select a vault.
Inheritance Hierarchy
SystemObject
  BlueCieloECM.InnoCielo.MeridianDisposableObject
    BlueCieloECM.InnoCielo.Meridian.ClientBCOpenVaultDialog

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public class BCOpenVaultDialog : DisposableObject

The BCOpenVaultDialog type exposes the following members.

Constructors
  NameDescription
Public methodBCOpenVaultDialog
Initializes a new instance of the BCOpenVaultDialog class.
Top
Properties
  NameDescription
Public propertyBaselineID
Gets or sets the ID property value of the baseline selected in the dialog box.
Public propertyCaption
Gets or sets the caption of the dialog box.
Public propertyDataStoreName
Gets or sets the name of the data store selected in the dialog box.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertyMachineName
Gets or sets the name of the server machine selected in the dialog box.
Public propertyMoment
Gets or sets the date selected in the dialog box to open the vault in history mode.
Public propertyRepository
Gets or sets an object that represents the connection to a vault selected in the dialog box.
Public propertySelectedVault
Gets the vault that a user selected in the dialog box or sets the initial parameters of the dialog.
Public propertyShowDateTime
Gets or sets a value indicating whether a user should be allowed to open the vault in History mode.
Public propertyShowWorkPackages
Gets or sets a value indicating whether to display work areas in the dialog box.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Public propertyVaultName
Gets or sets the name of the vault selected in the dialog box.
Public propertyWorkPackageID
Gets or sets the ID property value of the work area selected in the dialog box.
Top
Methods
  NameDescription
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.)
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 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDispose (Overrides DisposableObjectOnDispose.)
Public methodShowDialog
Displays an Open Vault dialog box with the default owner.
Public methodShowDialog(IWin32Window)
Displays an Open Vault dialog box with the specified owner.
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.)
Top
Remarks
All stand-alone BC Meridian applications should use this dialog to allow users to select a vault.
See Also