SelectItemWindow Class

Lógica de interacción para SelectItemWindow.xaml

Definition

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

Constructors

SelectItemWindowConstructor de la vista.

Methods

InitializeComponent InitializeComponent
SelectedItem Invoca la ventana de selección de elemento.
SelectedItems Invoca la ventan de selección multiple de elementos.

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