C# Class xFunc.Views.AddFunctionView

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

Public Properties

Property Type Description
OKCommand System.Windows.Input.RoutedCommand

Public Methods

Method Description
AddFunctionView ( ) : System
AddFunctionView ( FunctionViewModel function ) : System

Private Methods

Method Description
OKCommand_CanExecute ( object o, System.Windows.Input.CanExecuteRoutedEventArgs args ) : void
OKCommand_Executed ( object o, System.Windows.Input.ExecutedRoutedEventArgs args ) : void

Method Details

AddFunctionView() public method

public AddFunctionView ( ) : System
return System

AddFunctionView() public method

public AddFunctionView ( FunctionViewModel function ) : System
function xFunc.ViewModels.FunctionViewModel
return System

Property Details

OKCommand public_oe static_oe property

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