C# Class PaulStovell.TrialBalance.DomainModel.TransactionScope

Limits the range of results included in a list of transactions.
ファイルを表示 Open project: PaulStovell/trial-balance

Public Methods

Method Description
TransactionScope ( System.DateTime startDate, System.DateTime endDate ) : System

Constructor.

TransactionScope ( Period period ) : System

Constructor.

Method Details

TransactionScope() public method

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.
return System

TransactionScope() public method

Constructor.
public TransactionScope ( Period period ) : System
period Period The accounting period for this transaction scope.
return System