C# Class Demo3.MainWindowViewModel

Inheritance: NotifyPropertyChangedBaseDebug
Mostrar archivo Open project: philchuang/MvvmNotificationChainer Class Usage Examples

Private Properties

Property Type Description
CanManager1Employee1 bool
CanManager1Employee2 bool
CanManager2Employee1 bool
CanManager2Employee2 bool
ExecuteManager1 void
ExecuteManager1Employee1 void
ExecuteManager1Employee2 void
ExecuteManager2 void
ExecuteManager2Employee1 void
ExecuteManager2Employee2 void

Public Methods

Method Description
MainWindowViewModel ( ) : System

Private Methods

Method Description
CanManager1Employee1 ( ) : bool
CanManager1Employee2 ( ) : bool
CanManager2Employee1 ( ) : bool
CanManager2Employee2 ( ) : bool
ExecuteManager1 ( ) : void
ExecuteManager1Employee1 ( ) : void
ExecuteManager1Employee2 ( ) : void
ExecuteManager2 ( ) : void
ExecuteManager2Employee1 ( ) : void
ExecuteManager2Employee2 ( ) : void

Method Details

MainWindowViewModel() public method

public MainWindowViewModel ( ) : System
return System