C# Class Ushahidi.View.Views.SyncView

Sync View
Inheritance: BaseView
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Private Properties

Свойство Type Description
Download bool
Download bool
OnKeyboardChanged void
Synchronize void
UpdateProgress void

Méthodes publiques

Méthode Description
Initialize ( ) : void
Loaded ( ) : void
OnSynchronize ( object sender, EventArgs args ) : void

On Sync

Render ( ) : void
SyncView ( ) : System
Translate ( ) : void

Private Methods

Méthode Description
Download ( DownloadHandler downloadHandler, string taskName, int progress ) : bool

Download

Download ( DownloadHandler downloadHandler, string taskName, int progress, bool shouldDownload ) : bool

Download

OnKeyboardChanged ( object sender, KeyboardEventArgs args ) : void
Synchronize ( bool shouldDownloadIncidents, bool shouldDownloadMedia, bool shouldDownloadMaps ) : void

Synchronize

UpdateProgress ( Status status, string text, int value ) : void

Update progress bar

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Loaded() public méthode

public Loaded ( ) : void
Résultat void

OnSynchronize() public méthode

On Sync
public OnSynchronize ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
Résultat void

Render() public méthode

public Render ( ) : void
Résultat void

SyncView() public méthode

public SyncView ( ) : System
Résultat System

Translate() public méthode

public Translate ( ) : void
Résultat void