C# Class xFunc.Views.FunctionView

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
FunctionView ( Processor processor ) : System

Private Methods

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

Method Details

FunctionView() public method

public FunctionView ( 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