C# Class xFunc.Presenters.MathPresenter

Inheritance: INotifyPropertyChanged
Show file Open project: sys27/xFunc Class Usage Examples

Public Methods

Method Description
Add ( string strExp ) : void
Clear ( ) : void
MathPresenter ( IMathView view, Processor processor ) : System
Remove ( MathWorkspaceItemViewModel item ) : void

Protected Methods

Method Description
OnPropertyChanged ( string name ) : void

Private Methods

Method Description
UpdateList ( ) : void

Method Details

Add() public method

public Add ( string strExp ) : void
strExp string
return void

Clear() public method

public Clear ( ) : void
return void

MathPresenter() public method

public MathPresenter ( IMathView view, Processor processor ) : System
view IMathView
processor Processor
return System

OnPropertyChanged() protected method

protected OnPropertyChanged ( string name ) : void
name string
return void

Remove() public method

public Remove ( MathWorkspaceItemViewModel item ) : void
item xFunc.ViewModels.MathWorkspaceItemViewModel
return void