C# Класс PaulStovell.TrialBalance.DomainModel.TransactionScope

Limits the range of results included in a list of transactions.
Показать файл Открыть проект

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

Метод Описание
TransactionScope ( System.DateTime startDate, System.DateTime endDate ) : System

Constructor.

TransactionScope ( Period period ) : System

Constructor.

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

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

Constructor.
public TransactionScope ( System.DateTime startDate, System.DateTime endDate ) : System
startDate System.DateTime The starting date to be included in this transaction scope.
endDate System.DateTime The ending date to be included in this transaction scope.
Результат System

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

Constructor.
public TransactionScope ( Period period ) : System
period Period The accounting period for this transaction scope.
Результат System