The BCOpenVaultDialog type exposes the following members.

Constructors

  NameDescription
Public methodBCOpenVaultDialog
Initializes a new instance of the BCOpenVaultDialog class.

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 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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOnDispose
The method is called on Dispose()()()().
(Overrides DisposableObject..::..OnDispose()()()().)
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.)

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.

See Also