C# Class Cindeck.ViewModels.OwnedIdolViewModel

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

Méthodes publiques

Méthode Description
DeleteOwnedIdol ( OwnedIdol idol ) : void
Dispose ( ) : void
OnActivate ( ) : void
OnDeactivate ( ) : void
OnPropertyChanged ( string propertyName, object before, object after ) : void
OwnedIdolViewModel ( AppConfig config, MainViewModel mvm ) : Cindeck.Core

Private Methods

Méthode Description
CopyIid ( ) : void
Delete ( ) : void
SetGuestCenter ( ) : void

Method Details

DeleteOwnedIdol() public méthode

public DeleteOwnedIdol ( OwnedIdol idol ) : void
idol Cindeck.Core.OwnedIdol
Résultat void

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

OwnedIdolViewModel() public méthode

public OwnedIdolViewModel ( AppConfig config, MainViewModel mvm ) : Cindeck.Core
config Cindeck.Core.AppConfig
mvm MainViewModel
Résultat Cindeck.Core