C# Class Mojo.Wpf.ViewModel.TileManagerDataContext

Inheritance: NotifyPropertyChanged, IDisposable
Afficher le fichier Open project: Rhoana/Mojo Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnStateChanged ( EventArgs e ) : void

Private Methods

Méthode Description
PropertyChangedHandler ( object sender, PropertyChangedEventArgs e ) : void

Method Details

CheckProgress() public méthode

public CheckProgress ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

HideProgress() public méthode

public HideProgress ( ) : void
Résultat void

JumpToSelectedSegmentInfoPage() public méthode

public JumpToSelectedSegmentInfoPage ( ) : void
Résultat void

MoveToFirstSegmentInfoPage() public méthode

public MoveToFirstSegmentInfoPage ( ) : void
Résultat void

MoveToLastSegmentInfoPage() public méthode

public MoveToLastSegmentInfoPage ( ) : void
Résultat void

MoveToNextSegmentInfoPage() public méthode

public MoveToNextSegmentInfoPage ( ) : void
Résultat void

MoveToPreviousSegmentInfoPage() public méthode

public MoveToPreviousSegmentInfoPage ( ) : void
Résultat void

OnStateChanged() protected méthode

protected OnStateChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

SortSegmentListBy() public méthode

public SortSegmentListBy ( String fieldName ) : void
fieldName String
Résultat void

SortSegmentListBy() public méthode

public SortSegmentListBy ( String fieldName, bool sordDescending ) : void
fieldName String
sordDescending bool
Résultat void

TileManagerDataContext() public méthode

public TileManagerDataContext ( TileManager tileManager ) : System
tileManager TileManager
Résultat System

UpdateCurrentXYZLocationString() public méthode

public UpdateCurrentXYZLocationString ( ) : void
Résultat void

UpdateCurrentZLocationString() public méthode

public UpdateCurrentZLocationString ( ) : void
Résultat void

UpdateMouseOverSegmentInfo() public méthode

public UpdateMouseOverSegmentInfo ( ) : void
Résultat void

UpdateProgress() public méthode

public UpdateProgress ( ) : void
Résultat void

UpdateSegmentInfoList() public méthode

public UpdateSegmentInfoList ( ) : void
Résultat void

UpdateSegmentListCurrentPageString() public méthode

public UpdateSegmentListCurrentPageString ( ) : void
Résultat void

UpdateSelectedSegmentInfo() public méthode

public UpdateSelectedSegmentInfo ( ) : void
Résultat void