C# Class KeyCommandsLab.Views.SimpleViewModel

Inheritance: ViewModelBase
Datei anzeigen Open project: danielwertheim/InputBindingCommand-Lab

Public Methods

Method Description
DeleteNestedItem ( ) : void
SetNestedItem ( ) : void
SetTicks ( ) : void
SetTime ( ) : void

Protected Methods

Method Description
GetInputBindingCommands ( ) : IEnumerable

Method Details

DeleteNestedItem() public method

public DeleteNestedItem ( ) : void
return void

GetInputBindingCommands() protected method

protected GetInputBindingCommands ( ) : IEnumerable
return IEnumerable

SetNestedItem() public method

public SetNestedItem ( ) : void
return void

SetTicks() public method

public SetTicks ( ) : void
return void

SetTime() public method

public SetTime ( ) : void
return void