C# Class csAppraisalPlugin.ViewModels.FunctionsTabViewModel

Inheritance: Caliburn.Micro.Screen, IFunctionsTab
Afficher le fichier Open project: TNOCS/csTouch

Méthodes publiques

Méthode Description
Add ( ) : void
AppraisalMenu ( ActionExecutionContext context ) : void
Compare ( ) : void
Selected ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
StartDrag ( object sender, System.Windows.Input.MouseEventArgs e ) : void
StartDragDrop ( object sender, System.Windows.Input.InputDevice device, object src ) : void
StartTouchDrag ( object sender, System.Windows.Input.TouchEventArgs e ) : void

Méthodes protégées

Méthode Description
OnViewLoaded ( object loadedView ) : void

Private Methods

Méthode Description
PluginPropertyChanged ( object sender, System e ) : void
UpdateFunctions ( ) : void

Method Details

Add() public méthode

public Add ( ) : void
Résultat void

AppraisalMenu() public méthode

public AppraisalMenu ( ActionExecutionContext context ) : void
context Caliburn.Micro.ActionExecutionContext
Résultat void

Compare() public méthode

public Compare ( ) : void
Résultat void

OnViewLoaded() protected méthode

protected OnViewLoaded ( object loadedView ) : void
loadedView object
Résultat void

Selected() public méthode

public Selected ( System.Windows.Controls.SelectionChangedEventArgs e ) : void
e System.Windows.Controls.SelectionChangedEventArgs
Résultat void

StartDrag() public méthode

public StartDrag ( object sender, System.Windows.Input.MouseEventArgs e ) : void
sender object
e System.Windows.Input.MouseEventArgs
Résultat void

StartDragDrop() public méthode

public StartDragDrop ( object sender, System.Windows.Input.InputDevice device, object src ) : void
sender object
device System.Windows.Input.InputDevice
src object
Résultat void

StartTouchDrag() public méthode

public StartTouchDrag ( object sender, System.Windows.Input.TouchEventArgs e ) : void
sender object
e System.Windows.Input.TouchEventArgs
Résultat void