C# Class csDataServerPlugin.TabItemViewModel

Inheritance: Caliburn.Micro.Screen, ITabItem
Afficher le fichier Open project: TNOCS/csTouch Class Usage Examples

Méthodes publiques

Свойство Type Description
lastSelected SurfaceListBox

Private Properties

Свойство 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

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
OnViewLoaded ( object myView ) : void

The on view loaded.

Private Methods

Méthode 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 méthode

The on view loaded.
protected OnViewLoaded ( object myView ) : void
myView object /// The my view. ///
Résultat void

PoiSelectionChanged() public méthode

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

StartDrag() public méthode

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

StartDragDrop() public méthode

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. ///
Résultat void

StartTouchDrag() public méthode

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

Property Details

lastSelected public_oe property

The last selected.
public SurfaceListBox lastSelected
Résultat SurfaceListBox