C# Class csCommon.Plugins.EffectAppraisalPlugin.ViewModels.EffectAppraisalViewModel

Inheritance: Caliburn.Micro.Screen, IEffectAppraisal
显示文件 Open project: TNOCS/csTouch

Public Methods

Method Description
SelectOption ( FrameworkElement b ) : void

Protected Methods

Method Description
OnActivate ( ) : void
OnDeactivate ( bool close ) : void
OnViewLoaded ( object loadedView ) : void

Private Methods

Method Description
CollectionChanged ( object sender, NotifyCollectionChangedEventArgs e ) : void
EffectAppraisalViewModel ( ) : System.Windows.Media
GetMenu ( FrameworkElement fe ) : MenuPopupViewModel
PoiLabelChanged ( object sender, LabelChangedEventArgs e ) : void
PoiPositionChanged ( object sender, PositionEventArgs e ) : void
TrySetSelectedPhase ( ) : void
UpdateState ( ) : void

Method Details

OnActivate() protected method

protected OnActivate ( ) : void
return void

OnDeactivate() protected method

protected OnDeactivate ( bool close ) : void
close bool
return void

OnViewLoaded() protected method

protected OnViewLoaded ( object loadedView ) : void
loadedView object
return void

SelectOption() public method

public SelectOption ( FrameworkElement b ) : void
b System.Windows.FrameworkElement
return void