C# Class BudgetAnalyser.Engine.Ledger.TransferFundsCommand

An object to encapsulate all necessary data to perform a transfer operation in a LedgerEntry.
Inheritance: INotifyPropertyChanged
Exibir arquivo Open project: Benrnz/BudgetAnalyser Class Usage Examples

Public Methods

Method Description
IsValid ( ) : bool

Returns true if the transfer is valid.

Private Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void
SetBankTransferRequired ( ) : void

Method Details

IsValid() public method

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