C# Class EarTrumpet.ViewModels.AppItemViewModel

Inheritance: EarTrumpet.ViewModels.BindableBase
Show file Open project: File-New-Project/EarTrumpet Class Usage Examples

Public Methods

Method Description
AppItemViewModel ( IAudioMixerViewModelCallback callback, EarTrumpet.Models.EarTrumpetAudioSessionModelGroup sessions ) : System
IsSame ( AppItemViewModel other ) : bool
UpdateFromOther ( AppItemViewModel other ) : void

Private Methods

Method Description
GetExeName ( string displayName ) : string

Method Details

AppItemViewModel() public method

public AppItemViewModel ( IAudioMixerViewModelCallback callback, EarTrumpet.Models.EarTrumpetAudioSessionModelGroup sessions ) : System
callback IAudioMixerViewModelCallback
sessions EarTrumpet.Models.EarTrumpetAudioSessionModelGroup
return System

IsSame() public method

public IsSame ( AppItemViewModel other ) : bool
other AppItemViewModel
return bool

UpdateFromOther() public method

public UpdateFromOther ( AppItemViewModel other ) : void
other AppItemViewModel
return void