C# Class BudgetAnalyser.Engine.Widgets.UpdateMobileDataWidget

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

Méthodes publiques

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

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

Update() public méthode

Updates the widget with new input.
public Update ( ) : void
Résultat void

UpdateMobileDataWidget() public méthode

Initializes a new instance of the CurrentFileWidget class.
public UpdateMobileDataWidget ( ) : System
Résultat System