C# 클래스 BudgetAnalyser.Engine.Ledger.TransferFundsCommand

An object to encapsulate all necessary data to perform a transfer operation in a LedgerEntry.
상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: Benrnz/BudgetAnalyser 1 사용 예제들

공개 메소드들

메소드 설명
IsValid ( ) : bool

Returns true if the transfer is valid.

비공개 메소드들

메소드 설명
OnPropertyChanged ( [ propertyName = null ) : void
SetBankTransferRequired ( ) : void

메소드 상세

IsValid() 공개 메소드

Returns true if the transfer is valid.
public IsValid ( ) : bool
리턴 bool