C# Class csDataServerPlugin.ServiceTimelineViewModel

Inheritance: Caliburn.Micro.Screen
Datei anzeigen Open project: TNOCS/csTouch

Public Methods

Method Description
SelectionChanged ( SurfaceListBox s ) : void
SendMessage ( ) : void
SendTo ( FrameworkElement sender ) : void
SetPriority ( BaseContent c, FrameworkElement b ) : void
Zoom ( BaseContent p ) : void

Protected Methods

Method Description
OnViewLoaded ( object view ) : void

Private Methods

Method Description
GetMenu ( FrameworkElement fe ) : MenuPopupViewModel

Method Details

OnViewLoaded() protected method

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

SelectionChanged() public method

public SelectionChanged ( SurfaceListBox s ) : void
s SurfaceListBox
return void

SendMessage() public method

public SendMessage ( ) : void
return void

SendTo() public method

public SendTo ( FrameworkElement sender ) : void
sender System.Windows.FrameworkElement
return void

SetPriority() public method

public SetPriority ( BaseContent c, FrameworkElement b ) : void
c DataServer.BaseContent
b System.Windows.FrameworkElement
return void

Zoom() public method

public Zoom ( BaseContent p ) : void
p DataServer.BaseContent
return void