C# Class Mojo.Wpf.ViewModel.TileManagerDataContext

Inheritance: NotifyPropertyChanged, IDisposable
Mostrar archivo Open project: Rhoana/Mojo Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnStateChanged ( EventArgs e ) : void

Private Methods

Method Description
PropertyChangedHandler ( object sender, PropertyChangedEventArgs e ) : void

Method Details

CheckProgress() public method

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

Dispose() public method

public Dispose ( ) : void
return void

HideProgress() public method

public HideProgress ( ) : void
return void

JumpToSelectedSegmentInfoPage() public method

public JumpToSelectedSegmentInfoPage ( ) : void
return void

MoveToFirstSegmentInfoPage() public method

public MoveToFirstSegmentInfoPage ( ) : void
return void

MoveToLastSegmentInfoPage() public method

public MoveToLastSegmentInfoPage ( ) : void
return void

MoveToNextSegmentInfoPage() public method

public MoveToNextSegmentInfoPage ( ) : void
return void

MoveToPreviousSegmentInfoPage() public method

public MoveToPreviousSegmentInfoPage ( ) : void
return void

OnStateChanged() protected method

protected OnStateChanged ( EventArgs e ) : void
e System.EventArgs
return void

Refresh() public method

public Refresh ( ) : void
return void

SortSegmentListBy() public method

public SortSegmentListBy ( String fieldName ) : void
fieldName String
return void

SortSegmentListBy() public method

public SortSegmentListBy ( String fieldName, bool sordDescending ) : void
fieldName String
sordDescending bool
return void

TileManagerDataContext() public method

public TileManagerDataContext ( TileManager tileManager ) : System
tileManager TileManager
return System

UpdateCurrentXYZLocationString() public method

public UpdateCurrentXYZLocationString ( ) : void
return void

UpdateCurrentZLocationString() public method

public UpdateCurrentZLocationString ( ) : void
return void

UpdateMouseOverSegmentInfo() public method

public UpdateMouseOverSegmentInfo ( ) : void
return void

UpdateProgress() public method

public UpdateProgress ( ) : void
return void

UpdateSegmentInfoList() public method

public UpdateSegmentInfoList ( ) : void
return void

UpdateSegmentListCurrentPageString() public method

public UpdateSegmentListCurrentPageString ( ) : void
return void

UpdateSelectedSegmentInfo() public method

public UpdateSelectedSegmentInfo ( ) : void
return void