Property | Type | Description | |
---|---|---|---|
AddCommand | System.Windows.Input.RoutedCommand | ||
DeleteCommand | System.Windows.Input.RoutedCommand | ||
EditCommand | System.Windows.Input.RoutedCommand | ||
RefreshCommand | System.Windows.Input.RoutedCommand |
Method | Description | |
---|---|---|
VariableView ( Processor processor ) : System |
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 |
public VariableView ( Processor processor ) : System | ||
processor | Processor | |
return | System |
public static RoutedCommand,System.Windows.Input AddCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input DeleteCommand | ||
return | System.Windows.Input.RoutedCommand |
public static RoutedCommand,System.Windows.Input EditCommand | ||
return | System.Windows.Input.RoutedCommand |