C# Class ClamAV.Managed.Samples.AsyncGui.ViewModel.MainWindowViewModel

Inheritance: INotifyPropertyChanged, IDisposable
Show file Open project: rmuch/ClamAV.Managed

Public Methods

Method Description
Dispose ( ) : void
MainWindowViewModel ( ) : System

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Private Methods

Method Description
CanScan ( object obj ) : bool
OnLoad ( object obj ) : void
OnScan ( object obj ) : void
ScanDirectory ( string scanPath ) : System.Threading.Tasks.Task
ScanFile ( string scanPath ) : System.Threading.Tasks.Task
WriteLogLine ( string message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

MainWindowViewModel() public method

public MainWindowViewModel ( ) : System
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void