C# Class Cindeck.ViewModels.SimulationViewModel

Inheritance: IViewModel, INotifyPropertyChanged
Show file Open project: noelex/Cindeck Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
OnActivate ( ) : void
OnDeactivate ( ) : void
OnPropertyChanged ( string propertyName, object before, object after ) : void
SimulationViewModel ( AppConfig config ) : Cindeck.Core

Private Methods

Method Description
CopyIid ( int iid ) : void
LoadSongs ( ) : System.Threading.Tasks.Task
SetGuestCenter ( int iid ) : void
StartSimulation ( ) : System.Threading.Tasks.Task

Method Details

Dispose() public method

public Dispose ( ) : void
return void

OnActivate() public method

public OnActivate ( ) : void
return void

OnDeactivate() public method

public OnDeactivate ( ) : void
return void

OnPropertyChanged() public method

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
return void

SimulationViewModel() public method

public SimulationViewModel ( AppConfig config ) : Cindeck.Core
config Cindeck.Core.AppConfig
return Cindeck.Core