C# Class Cindeck.ViewModels.OwnedIdolViewModel

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

Public Methods

Method 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

Method Description
CopyIid ( ) : void
Delete ( ) : void
SetGuestCenter ( ) : void

Method Details

DeleteOwnedIdol() public method

public DeleteOwnedIdol ( OwnedIdol idol ) : void
idol Cindeck.Core.OwnedIdol
return void

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

OwnedIdolViewModel() public method

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