C# 클래스 csDataServerPlugin.TabItemViewModel

상속: Caliburn.Micro.Screen, ITabItem
파일 보기 프로젝트 열기: TNOCS/csTouch 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lastSelected SurfaceListBox

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
OnViewLoaded ( object myView ) : void

The on view loaded.

비공개 메소드들

메소드 설명
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.

메소드 상세

OnViewLoaded() 보호된 메소드

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

PoiSelectionChanged() 공개 메소드

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

StartDrag() 공개 메소드

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

StartDragDrop() 공개 메소드

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. ///
리턴 void

StartTouchDrag() 공개 메소드

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

프로퍼티 상세

lastSelected 공개적으로 프로퍼티

The last selected.
public SurfaceListBox lastSelected
리턴 SurfaceListBox