C# Class Dev2.Studio.Views.UserInterfaceBuilder.DataGridQuickVariableInputView

Interaction logic for DataGridQuickVariableInputView.xaml
Inheritance: IDisposable
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
DataGridQuickVariableInputView ( ) : System
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Selector_OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
TextBoxBase_OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

DataGridQuickVariableInputView() public méthode

public DataGridQuickVariableInputView ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void