C# 클래스 PaulStovell.TrialBalance.DomainModel.TransactionScope

Limits the range of results included in a list of transactions.
파일 보기 프로젝트 열기: PaulStovell/trial-balance

공개 메소드들

메소드 설명
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