Click or drag to resize

BCFindDialog Class

Provides a dialog box to search in a vault.
Inheritance Hierarchy

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

The BCFindDialog type exposes the following members.

Constructors
  NameDescription
Public methodBCFindDialog Obsolete.
Initializes a new instance of the BCFindDialog class.
Public methodBCFindDialog(BCRepository)
Initializes a new instance of the BCFindDialog class.
Public methodBCFindDialog(BCRepository, BCServiceProvider)
Initializes a new instance of the BCFindDialog class.
Top
Properties
  NameDescription
Public propertyChangedDocumentIDs
Gets an array of ID property values of documents changed in the dialog box.
Public propertyChangedDocuments Obsolete.
Gets an array of result values for documents changed in the dialog box.
Public propertyGlobalSearch
Gets or sets a value indicating whether the dialog box executes a global search. GlobalSearch must be set to True to display the Search Settings tab.
Public propertyIsDisposed
Gets a value indicating whether the object has been disposed of.
(Inherited from DisposableObject.)
Public propertySelectionID
Gets or sets the ID property value of the object selected in the dialog box.
Public propertyUnderlyingObject
Gets the underlying wrapped object.
(Inherited from DisposableObject.)
Top
Methods
  NameDescription
Public methodDispose
Releases the underlying wrapped object explicitly.
(Inherited from DisposableObject.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnDispose
The method is called on the Dispose method call. Derived classes should override the method to perform custom disposing.
(Inherited from DisposableObject.)
Public methodShowDialog
Shows the dialog box.
Public methodShowDialog(IWin32Window)
Shows the dialog box.
Protected methodThrowIfDisposed
Throws the ObjectDisposedException exception if the underlying object has been disposed.
(Inherited from DisposableObject.)
Public methodToString (Inherited from Object.)
Top
See Also