C# 클래스 Mojo.Wpf.ViewModel.TileManagerDataContext

상속: NotifyPropertyChanged, IDisposable
파일 보기 프로젝트 열기: Rhoana/Mojo 1 사용 예제들

공개 메소드들

메소드 설명
CheckProgress ( object sender, EventArgs eventArgs ) : void
Dispose ( ) : void
HideProgress ( ) : void
JumpToSelectedSegmentInfoPage ( ) : void
MoveToFirstSegmentInfoPage ( ) : void
MoveToLastSegmentInfoPage ( ) : void
MoveToNextSegmentInfoPage ( ) : void
MoveToPreviousSegmentInfoPage ( ) : void
Refresh ( ) : void
SortSegmentListBy ( String fieldName ) : void
SortSegmentListBy ( String fieldName, bool sordDescending ) : void
TileManagerDataContext ( TileManager tileManager ) : System
UpdateCurrentXYZLocationString ( ) : void
UpdateCurrentZLocationString ( ) : void
UpdateMouseOverSegmentInfo ( ) : void
UpdateProgress ( ) : void
UpdateSegmentInfoList ( ) : void
UpdateSegmentListCurrentPageString ( ) : void
UpdateSelectedSegmentInfo ( ) : void

보호된 메소드들

메소드 설명
OnStateChanged ( EventArgs e ) : void

비공개 메소드들

메소드 설명
PropertyChangedHandler ( object sender, PropertyChangedEventArgs e ) : void

메소드 상세

CheckProgress() 공개 메소드

public CheckProgress ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

HideProgress() 공개 메소드

public HideProgress ( ) : void
리턴 void

JumpToSelectedSegmentInfoPage() 공개 메소드

public JumpToSelectedSegmentInfoPage ( ) : void
리턴 void

MoveToFirstSegmentInfoPage() 공개 메소드

public MoveToFirstSegmentInfoPage ( ) : void
리턴 void

MoveToLastSegmentInfoPage() 공개 메소드

public MoveToLastSegmentInfoPage ( ) : void
리턴 void

MoveToNextSegmentInfoPage() 공개 메소드

public MoveToNextSegmentInfoPage ( ) : void
리턴 void

MoveToPreviousSegmentInfoPage() 공개 메소드

public MoveToPreviousSegmentInfoPage ( ) : void
리턴 void

OnStateChanged() 보호된 메소드

protected OnStateChanged ( EventArgs e ) : void
e System.EventArgs
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

SortSegmentListBy() 공개 메소드

public SortSegmentListBy ( String fieldName ) : void
fieldName String
리턴 void

SortSegmentListBy() 공개 메소드

public SortSegmentListBy ( String fieldName, bool sordDescending ) : void
fieldName String
sordDescending bool
리턴 void

TileManagerDataContext() 공개 메소드

public TileManagerDataContext ( TileManager tileManager ) : System
tileManager TileManager
리턴 System

UpdateCurrentXYZLocationString() 공개 메소드

public UpdateCurrentXYZLocationString ( ) : void
리턴 void

UpdateCurrentZLocationString() 공개 메소드

public UpdateCurrentZLocationString ( ) : void
리턴 void

UpdateMouseOverSegmentInfo() 공개 메소드

public UpdateMouseOverSegmentInfo ( ) : void
리턴 void

UpdateProgress() 공개 메소드

public UpdateProgress ( ) : void
리턴 void

UpdateSegmentInfoList() 공개 메소드

public UpdateSegmentInfoList ( ) : void
리턴 void

UpdateSegmentListCurrentPageString() 공개 메소드

public UpdateSegmentListCurrentPageString ( ) : void
리턴 void

UpdateSelectedSegmentInfo() 공개 메소드

public UpdateSelectedSegmentInfo ( ) : void
리턴 void