BudgetAnalyser.LedgerBook.LedgerBookGridBuilderV2.LedgerBookGridBuilderV2 C# (CSharp) Method

LedgerBookGridBuilderV2() public method

public LedgerBookGridBuilderV2 ( ICommand showTransactionsCommand, ICommand showBankBalancesCommand, ICommand showRemarksCommand, ICommand showHideMonthsCommand, ICommand showSurplusBalancesCommand, ICommand showLedgerBucketDetailsCommand ) : System
showTransactionsCommand ICommand
showBankBalancesCommand ICommand
showRemarksCommand ICommand
showHideMonthsCommand ICommand
showSurplusBalancesCommand ICommand
showLedgerBucketDetailsCommand ICommand
return System
        public LedgerBookGridBuilderV2(
            ICommand showTransactionsCommand,
            ICommand showBankBalancesCommand,
            ICommand showRemarksCommand,
            ICommand showHideMonthsCommand,
            ICommand showSurplusBalancesCommand,
            ICommand showLedgerBucketDetailsCommand)
        {
            this.showTransactionsCommand = showTransactionsCommand;
            this.showBankBalancesCommand = showBankBalancesCommand;
            this.showRemarksCommand = showRemarksCommand;
            this.showHideMonthsCommand = showHideMonthsCommand;
            this.showSurplusBalancesCommand = showSurplusBalancesCommand;
            this.showLedgerBucketDetailsCommand = showLedgerBucketDetailsCommand;
        }