C# 클래스 BudgetAnalyser.Engine.Widgets.UpdateMobileDataWidget

Exports summarised data from Ledger and Transactions to a file and uploads it to web storage.
상속: Widget
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
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