C# Class PaulStovell.TrialBalance.DomainModel.TransactionScope

Limits the range of results included in a list of transactions.
Afficher le fichier Open project: PaulStovell/trial-balance

Méthodes publiques

Méthode Description
TransactionScope ( System.DateTime startDate, System.DateTime endDate ) : System

Constructor.

TransactionScope ( Period period ) : System

Constructor.

Method Details

TransactionScope() public méthode

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.
Résultat System

TransactionScope() public méthode

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