C# Class Cindeck.ViewModels.ImplementedIdolViewModel

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

Public Methods

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

Private Methods

Method Description
AddToOwned ( ) : void
CopyIid ( ) : void
ReloadData ( ) : System.Threading.Tasks.Task
SetGuestCenter ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ImplementedIdolViewModel() public method

public ImplementedIdolViewModel ( AppConfig config, MainViewModel mvm ) : Cindeck.Core
config Cindeck.Core.AppConfig
mvm MainViewModel
return Cindeck.Core

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