C# Class Cindeck.ViewModels.SimulationViewModel

Inheritance: IViewModel, INotifyPropertyChanged
Afficher le fichier Open project: noelex/Cindeck Class Usage Examples

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnActivate() public méthode

public OnActivate ( ) : void
Résultat void

OnDeactivate() public méthode

public OnDeactivate ( ) : void
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string propertyName, object before, object after ) : void
propertyName string
before object
after object
Résultat void

SimulationViewModel() public méthode

public SimulationViewModel ( AppConfig config ) : Cindeck.Core
config Cindeck.Core.AppConfig
Résultat Cindeck.Core