C# Class Ushahidi.View.Views.SyncView

Sync View
Inheritance: BaseView
Mostra file Open project: ushahidi/Ushahidi_WinMobile

Private Properties

Property Type Description
Download bool
Download bool
OnKeyboardChanged void
Synchronize void
UpdateProgress void

Public Methods

Method Description
Initialize ( ) : void
Loaded ( ) : void
OnSynchronize ( object sender, EventArgs args ) : void

On Sync

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

Private Methods

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

public Initialize ( ) : void
return void

Loaded() public method

public Loaded ( ) : void
return void

OnSynchronize() public method

On Sync
public OnSynchronize ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void

Render() public method

public Render ( ) : void
return void

SyncView() public method

public SyncView ( ) : System
return System

Translate() public method

public Translate ( ) : void
return void