C# Класс BudgetAnalyser.LedgerBook.AddLedgerReconciliationController

Наследование: Rees.Wpf.ControllerBase, IShellDialogToolTips, IShellDialogInteractivity
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
AddNewBankBalance void
CanExecuteAddBankBalanceCommand bool
OnAddBankBalanceCommandExecuted void
OnRemoveBankBalanceCommandExecuted void
OnShellDialogResponseReceived void
Reset void
ShowDialogCommon void

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

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

Приватные методы

Метод Описание
AddNewBankBalance ( ) : void
CanExecuteAddBankBalanceCommand ( ) : bool
OnAddBankBalanceCommandExecuted ( ) : void
OnRemoveBankBalanceCommandExecuted ( BankBalanceViewModel bankBalance ) : void
OnShellDialogResponseReceived ( ShellDialogResponseMessage message ) : void
Reset ( ) : void
ShowDialogCommon ( string title ) : void

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

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

public AddLedgerReconciliationController ( [ uiContext, [ accountTypeRepository ) : System
uiContext [
accountTypeRepository [
Результат System

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

Used to start a new Ledger Book reconciliation. This will ultimately add a new LedgerEntryLine to the LedgerBook.
public ShowCreateDialog ( [ ledgerBook ) : void
ledgerBook [
Результат void

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

Used to show the bank balances involved in this LedgerEntryLine. Only shows balances at this stage, no editing allowed.
public ShowViewDialog ( [ ledgerBook, [ line ) : void
ledgerBook [
line [
Результат void