C# Class xFunc.Views.FunctionView

Inheritance: System.Windows.Window
Afficher le fichier Open project: sys27/xFunc Class Usage Examples

Méthodes publiques

Свойство Type Description
AddCommand System.Windows.Input.RoutedCommand
DeleteCommand System.Windows.Input.RoutedCommand
EditCommand System.Windows.Input.RoutedCommand
RefreshCommand System.Windows.Input.RoutedCommand

Méthodes publiques

Méthode Description
FunctionView ( Processor processor ) : System

Private Methods

Méthode 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 méthode

public FunctionView ( Processor processor ) : System
processor Processor
Résultat System

Property Details

AddCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input AddCommand
Résultat System.Windows.Input.RoutedCommand

DeleteCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input DeleteCommand
Résultat System.Windows.Input.RoutedCommand

EditCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input EditCommand
Résultat System.Windows.Input.RoutedCommand

RefreshCommand public_oe static_oe property

public static RoutedCommand,System.Windows.Input RefreshCommand
Résultat System.Windows.Input.RoutedCommand