C# Class csDataServerPlugin.TabItemViewModel

Inheritance: Caliburn.Micro.Screen, ITabItem
Exibir arquivo Open project: TNOCS/csTouch Class Usage Examples

Public Properties

Property Type Description
lastSelected SurfaceListBox

Private Properties

Property Type Description
AddNotification void
AppStateOnDrop void
ChangePoiService void
ConfigureAndDisplayCircularMenu void
ConfigureMainBorder void
CreateCircularMenuForEsriShapes void
CreateCollectionView ICollectionView
EndEditMode void
EsriShapeDrawingCompleted void
HideCircularMenu void
HideEsriShapeDrawingTool void
HideMainBorder void
HideNotification void
InitializeViewModel void
MyDrawObject_DrawBegin void
PointClickedOnGisMap void
StartEditMode void
SyncAndDisplayEsriShapeDrawingTool void
mIconModeNotification_OptionClicked void

Public Methods

Method Description
PoiSelectionChanged ( ActionExecutionContext s, SelectionChangedEventArgs dc ) : void

The poi selection changed.

StartDrag ( object sender, MouseEventArgs e ) : void

This is the MouseDown event!

StartDragDrop ( object sender, InputDevice device, object src ) : void

The start drag drop.

StartTouchDrag ( object sender, TouchEventArgs e ) : void

The start touch drag.

Protected Methods

Method Description
OnViewLoaded ( object myView ) : void

The on view loaded.

Private Methods

Method Description
AddNotification ( string pHeader, string pMessage ) : void

The create notifications.

AppStateOnDrop ( object sender, DropEventArgs dropEventArgs ) : void

The app state on drop.

ChangePoiService ( PoiService pOldPoiService, PoiService pNewPoiService ) : void

The change poi service.

ConfigureAndDisplayCircularMenu ( ) : void

The configure and display circular menu.

ConfigureMainBorder ( ) : void

The configure main border.

CreateCircularMenuForEsriShapes ( ) : void

The create circular menu for esri shapes.

CreateCollectionView ( ) : ICollectionView

The create collection view.

EndEditMode ( ) : void

The end edit mode.

EsriShapeDrawingCompleted ( object sender, DrawEventArgs e ) : void

The esri shape drawing completed.

HideCircularMenu ( ) : void

The hide circular menu.

HideEsriShapeDrawingTool ( ) : void

The hide esri shape drawing tool.

HideMainBorder ( ) : void

The configure main border.

HideNotification ( ) : void

The hide notification.

InitializeViewModel ( ) : void

The initialize view model.

MyDrawObject_DrawBegin ( object sender, EventArgs e ) : void

The my draw object_ draw begin.

PointClickedOnGisMap ( object sender, MouseButtonEventArgs e ) : void

The point clicked on gis map.

StartEditMode ( ) : void

The start edit mode.

SyncAndDisplayEsriShapeDrawingTool ( ) : void

The sync and display esri shape drawing tool.

mIconModeNotification_OptionClicked ( object sender, NotificationOptionSelectedEventArgs e ) : void

The m icon mode notification_ option clicked.

Method Details

OnViewLoaded() protected method

The on view loaded.
protected OnViewLoaded ( object myView ) : void
myView object /// The my view. ///
return void

PoiSelectionChanged() public method

The poi selection changed.
public PoiSelectionChanged ( ActionExecutionContext s, SelectionChangedEventArgs dc ) : void
s ActionExecutionContext /// The s. ///
dc SelectionChangedEventArgs /// The dc. ///
return void

StartDrag() public method

This is the MouseDown event!
public StartDrag ( object sender, MouseEventArgs e ) : void
sender object /// The sender. ///
e MouseEventArgs /// The e. ///
return void

StartDragDrop() public method

The start drag drop.
public StartDragDrop ( object sender, InputDevice device, object src ) : void
sender object /// The sender. ///
device InputDevice /// The device. ///
src object /// The src. ///
return void

StartTouchDrag() public method

The start touch drag.
public StartTouchDrag ( object sender, TouchEventArgs e ) : void
sender object /// The sender. ///
e TouchEventArgs /// The e. ///
return void

Property Details

lastSelected public_oe property

The last selected.
public SurfaceListBox lastSelected
return SurfaceListBox