public class WindowSearch : BindableBase,
IWindowSearch, IDisposable
Public Class WindowSearch
Inherits BindableBase
Implements IWindowSearch, IDisposable
WindowSearch | Constructor class. |
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. |
AddFields | Adds the indicated field names to the search field list. |
Close | Method to close the window and release resources. |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Show | Method to show the search window. |
GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |