C# Class Signum.Windows.EntityLine

Interaction logic for UserControl1.xaml
Inheritance: EntityBase
Mostra file Open project: signumsoftware/framework Class Usage Examples

Public Properties

Property Type Description
AutocompleteProperty System.Windows.DependencyProperty

Public Methods

Method Description
ActivateAutocomplete ( ) : void
CanAutocomplete ( ) : bool
EntityLine ( ) : System
OnLoad ( object sender, RoutedEventArgs e ) : void

Protected Methods

Method Description
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
UpdateVisibility ( ) : void

Private Methods

Method Description
autocompleteTextBox_Autocompleting ( string arg, CancellationToken ct ) : IEnumerable
autocompleteTextBox_Closed ( object sender, CloseEventArgs e ) : void
autocompleteTextBox_SelectedItemChanged ( object sender, RoutedEventArgs e ) : void
cc_GotFocus ( object sender, RoutedEventArgs e ) : void
cc_MouseDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
cc_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
cc_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

ActivateAutocomplete() public method

public ActivateAutocomplete ( ) : void
return void

CanAutocomplete() public method

public CanAutocomplete ( ) : bool
return bool

EntityLine() public method

public EntityLine ( ) : System
return System

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

OnLoad() public method

public OnLoad ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
return void

UpdateVisibility() protected method

protected UpdateVisibility ( ) : void
return void

Property Details

AutocompleteProperty public_oe static_oe property

public static DependencyProperty,System.Windows AutocompleteProperty
return System.Windows.DependencyProperty