WindowSearch Class

Class that implements the search window.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class WindowSearch : BindableBase, 
	IWindowSearch, IDisposable
Inheritance
Object    BindableCore    BindableBase    WindowSearch
Implements
IWindowSearch, IDisposable

Constructors

WindowSearch Constructor class.

Properties

DefaultMatchType Indicates the default match type.
IsCaseSensitive Indicates whether the search is case-sensitive.
IsDisposed Gets a value indicating that the window has been deleted.
SelectedField Indicates the selected search field.
ShowCaseSensitive Gets or sets a value indicating whether the Case-Sensitive check box is displayed.
ShowSearchPrevious Gets or sets a value indicating whether the Search previous button is displayed.

Methods

AddFields Adds the indicated field names to the search field list.
Close Method to close the window and release resources.
DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Show Method to show the search window.

Events

Closed Occurs when the window is closed.
Search Event that occurs to perform the search.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also