Свойство | Type | Description | |
---|---|---|---|
AddNewBankBalance | void | ||
CanExecuteAddBankBalanceCommand | bool | ||
OnAddBankBalanceCommandExecuted | void | ||
OnRemoveBankBalanceCommandExecuted | void | ||
OnShellDialogResponseReceived | void | ||
Reset | void | ||
ShowDialogCommon | void |
Méthode | Description | |
---|---|---|
AddLedgerReconciliationController ( [ uiContext, [ accountTypeRepository ) : System | ||
ShowCreateDialog ( [ ledgerBook ) : void |
Used to start a new Ledger Book reconciliation. This will ultimately add a new LedgerEntryLine to the LedgerBook.
|
|
ShowViewDialog ( [ ledgerBook, [ line ) : void |
Used to show the bank balances involved in this LedgerEntryLine. Only shows balances at this stage, no editing allowed.
|
Méthode | Description | |
---|---|---|
AddNewBankBalance ( ) : void | ||
CanExecuteAddBankBalanceCommand ( ) : bool | ||
OnAddBankBalanceCommandExecuted ( ) : void | ||
OnRemoveBankBalanceCommandExecuted ( |
||
OnShellDialogResponseReceived ( |
||
Reset ( ) : void | ||
ShowDialogCommon ( string title ) : void |
public AddLedgerReconciliationController ( [ uiContext, [ accountTypeRepository ) : System | ||
uiContext | [ | |
accountTypeRepository | [ | |
Résultat | System |
public ShowCreateDialog ( [ ledgerBook ) : void | ||
ledgerBook | [ | |
Résultat | void |
public ShowViewDialog ( [ ledgerBook, [ line ) : void | ||
ledgerBook | [ | |
line | [ | |
Résultat | void |