C# Class BudgetAnalyser.Engine.Widgets.UpdateMobileDataWidget

Exports summarised data from Ledger and Transactions to a file and uploads it to web storage.
Inheritance: Widget
Show file Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
LockWhileUploading ( bool @lock ) : void

This method is used to disable the widget while upload is active.

Update ( ) : void

Updates the widget with new input.

UpdateMobileDataWidget ( ) : System

Initializes a new instance of the CurrentFileWidget class.

Method Details

LockWhileUploading() public method

This method is used to disable the widget while upload is active.
public LockWhileUploading ( bool @lock ) : void
@lock bool
return void

Update() public method

Updates the widget with new input.
public Update ( ) : void
return void

UpdateMobileDataWidget() public method

Initializes a new instance of the CurrentFileWidget class.
public UpdateMobileDataWidget ( ) : System
return System