C# Класс BudgetAnalyser.Engine.Widgets.UpdateMobileDataWidget

Exports summarised data from Ledger and Transactions to a file and uploads it to web storage.
Наследование: Widget
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

LockWhileUploading() публичный Метод

This method is used to disable the widget while upload is active.
public LockWhileUploading ( bool @lock ) : void
@lock bool
Результат void

Update() публичный Метод

Updates the widget with new input.
public Update ( ) : void
Результат void

UpdateMobileDataWidget() публичный Метод

Initializes a new instance of the CurrentFileWidget class.
public UpdateMobileDataWidget ( ) : System
Результат System