C# Class xFunc.Views.VariableView

Inheritance: System.Windows.Window
Datei anzeigen Open project: sys27/xFunc Class Usage Examples

Public Properties

Property Type Description
AddCommand System.Windows.Input.RoutedCommand
DeleteCommand System.Windows.Input.RoutedCommand
EditCommand System.Windows.Input.RoutedCommand
RefreshCommand System.Windows.Input.RoutedCommand

Public Methods

Method Description
VariableView ( Processor processor ) : System

Private Methods

Method Description
AddCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
DeleteCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
DeleteCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
EditCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
EditCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
RefreshCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
RefreshList ( ) : void

Method Details

VariableView() public method

public VariableView ( Processor processor ) : System
processor Processor
return System

Property Details

AddCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input AddCommand
return System.Windows.Input.RoutedCommand

DeleteCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input DeleteCommand
return System.Windows.Input.RoutedCommand

EditCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input EditCommand
return System.Windows.Input.RoutedCommand

RefreshCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input RefreshCommand
return System.Windows.Input.RoutedCommand