SearchWindow Class

Interaction logic for SearchWindow.xaml

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class SearchWindow : Window, 
	IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    Window    SearchWindow
Implements
IComponentConnector

Constructors

SearchWindow Constructor class.

Methods

InitializeComponent InitializeComponent

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
IsModal Determines whether the window is modal, that is, it will be opened using ShowDialog.
(Defined by WindowExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also