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

The BCOpenVaultDialog type exposes the following members.
Constructors

  NameDescription
Public methodBCOpenVaultDialog
Initializes a new instance of the BCOpenVaultDialog class.
Back to Top
Methods

  NameDescription
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.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnDispose (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 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 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.
Back to Top
See Also