C# Класс YanpixFinanceManager.Model.DataAccess.Extensions.MoneyBoxExtensions

Показать файл Открыть проект

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

Метод Описание
ExistingMoneyBox ( this moneyBoxService, string title, int primaryCurrencyId ) : MoneyBox
GetBalanceForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
GetBalanceForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
GetBudgetBalanceForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
GetBudgetBalanceForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
GetBudgetForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
GetBudgetForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
GetExpenceForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
GetExpenceForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
GetIncomeForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
GetIncomeForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
GetLastMonthPeriod ( this reportingPeriodService, int moneyBoxId ) : ReportingPeriod
GetLastYearPeriod ( this reportingPeriodService, int moneyBoxId ) : ReportingPeriod

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

ExistingMoneyBox() публичный статический Метод

public static ExistingMoneyBox ( this moneyBoxService, string title, int primaryCurrencyId ) : MoneyBox
moneyBoxService this
title string
primaryCurrencyId int
Результат YanpixFinanceManager.Model.Entities.MoneyBox

GetBalanceForLastMonth() публичный статический Метод

public static GetBalanceForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
reportingPeriodService this
moneyBoxId int
Результат decimal

GetBalanceForSpecPeriod() публичный статический Метод

public static GetBalanceForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
reportingPeriodService this
moneyBoxId int
period System.DateTime
isMonthPeriod bool
Результат decimal

GetBudgetBalanceForLastMonth() публичный статический Метод

public static GetBudgetBalanceForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
reportingPeriodService this
moneyBoxId int
Результат decimal

GetBudgetBalanceForSpecPeriod() публичный статический Метод

public static GetBudgetBalanceForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
reportingPeriodService this
moneyBoxId int
period System.DateTime
isMonthPeriod bool
Результат decimal

GetBudgetForLastMonth() публичный статический Метод

public static GetBudgetForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
reportingPeriodService this
moneyBoxId int
Результат decimal

GetBudgetForSpecPeriod() публичный статический Метод

public static GetBudgetForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
reportingPeriodService this
moneyBoxId int
period System.DateTime
isMonthPeriod bool
Результат decimal

GetExpenceForLastMonth() публичный статический Метод

public static GetExpenceForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
reportingPeriodService this
moneyBoxId int
Результат decimal

GetExpenceForSpecPeriod() публичный статический Метод

public static GetExpenceForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
reportingPeriodService this
moneyBoxId int
period System.DateTime
isMonthPeriod bool
Результат decimal

GetIncomeForLastMonth() публичный статический Метод

public static GetIncomeForLastMonth ( this reportingPeriodService, int moneyBoxId ) : decimal
reportingPeriodService this
moneyBoxId int
Результат decimal

GetIncomeForSpecPeriod() публичный статический Метод

public static GetIncomeForSpecPeriod ( this reportingPeriodService, int moneyBoxId, System.DateTime period, bool isMonthPeriod ) : decimal
reportingPeriodService this
moneyBoxId int
period System.DateTime
isMonthPeriod bool
Результат decimal

GetLastMonthPeriod() публичный статический Метод

public static GetLastMonthPeriod ( this reportingPeriodService, int moneyBoxId ) : ReportingPeriod
reportingPeriodService this
moneyBoxId int
Результат YanpixFinanceManager.Model.Entities.ReportingPeriod

GetLastYearPeriod() публичный статический Метод

public static GetLastYearPeriod ( this reportingPeriodService, int moneyBoxId ) : ReportingPeriod
reportingPeriodService this
moneyBoxId int
Результат YanpixFinanceManager.Model.Entities.ReportingPeriod