C# Class xFunc.Presenters.MathPresenter

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: sys27/xFunc Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPropertyChanged ( string name ) : void

Private Methods

Méthode Description
UpdateList ( ) : void

Method Details

Add() public méthode

public Add ( string strExp ) : void
strExp string
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

MathPresenter() public méthode

public MathPresenter ( IMathView view, Processor processor ) : System
view IMathView
processor Processor
Résultat System

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( string name ) : void
name string
Résultat void

Remove() public méthode

public Remove ( MathWorkspaceItemViewModel item ) : void
item xFunc.ViewModels.MathWorkspaceItemViewModel
Résultat void