C# (CSharp) BudgetAnalyser.Engine Пространство имен

Пространства имен

BudgetAnalyser.Engine.BankAccount
BudgetAnalyser.Engine.Budget
BudgetAnalyser.Engine.Ledger
BudgetAnalyser.Engine.Matching
BudgetAnalyser.Engine.Mobile
BudgetAnalyser.Engine.Persistence
BudgetAnalyser.Engine.Reports
BudgetAnalyser.Engine.Services
BudgetAnalyser.Engine.Statement
BudgetAnalyser.Engine.UnitTest
BudgetAnalyser.Engine.Widgets

Классы

Имя Описание
AutoRegisterWithIoCAttribute
BudgetAnalyserLog4NetLogger
DataFormatException The data format has been determined invalid while trying to parse it into the object model. The underlying problem could be a serialisation issue or corrupt data.
DateTimeExtension An extension for DateTime.
DebugLogger
DependencyRegistrationRequirement
DuplicateNameException An exception that describes a problem with duplicate data , where no duplicates are expected.
GlobalFilterCriteria A set of criteria for filtering all budget data.
MainApplicationState The stored application state for the Main view. This is saved when the application exits.
NewZealandPublicHolidays A calaculator that will list New Zealand holidays.
NewZealandPublicHolidays.DayClosestMondayToHoliday A holiday that is celebrated closest to an anniversary date. For example: Auckland anniversary is celebrated on the closest Monday to the 29th of January.
NewZealandPublicHolidays.EasterHoliday A custom calculator specifically to find the dates for Easter for any year.
NewZealandPublicHolidays.FixedDateHoliday A holiday that occurs every year on a specific date. For example Christmas day, the 25th of December. These holidays can still be optionally "Monday-ised" using the MondayiseIfOnWeekend property.
NewZealandPublicHolidays.Holiday
NewZealandPublicHolidays.IndexDayHoliday A holiday that occurs on a certain day of the week and at a certain indexed week in the month. For example: Queen's birthday is celebrated on the first Monday of June.
NullLogger A null logger for use with classes that require an instance of a logger but the usage doesn't require creating a log file.
PropertyInjectionDependencyRequirement Specifies that there are required property injections to perform for the application to function. This class is IoC container independent. Property Injection is seldom used, but sometimes required for data binding in the UI to static properties.
ReferenceNumberGenerator A generator that will produce unique(ish) reference numbers
StringExtension An extension class for string.
TaskExtension An extension to the Task and IEnumerable{T} types.
TimeSpanExtension A few extensions to assist in creating TimeSpans, and working with TimeSpans.
ValidationWarningException