C# 클래스 GrpPro12_2AssigningTicketTimeSlots.Domain.RidingDay

파일 보기 프로젝트 열기: Wolfknightx/GrpPro12-2 1 사용 예제들

공개 메소드들

메소드 설명
GetStatus ( System.DateTime currentDateTime ) : DayStatus
IssueTicket ( System.DateTime currentDateTime ) : void
Refresh ( System.DateTime currentDateTime ) : void
RidingDay ( int start = DefaultStartHour, int end = DefaultEndHour, int windowSize = DefaultWindowSize, int maxRiders = DefaultMaxRiders, int startTicketNumber = DefaultStartingTicketNumber ) : System

비공개 메소드들

메소드 설명
InitializeWindows ( ) : void

메소드 상세

GetStatus() 공개 메소드

public GetStatus ( System.DateTime currentDateTime ) : DayStatus
currentDateTime System.DateTime
리턴 DayStatus

IssueTicket() 공개 메소드

public IssueTicket ( System.DateTime currentDateTime ) : void
currentDateTime System.DateTime
리턴 void

Refresh() 공개 메소드

public Refresh ( System.DateTime currentDateTime ) : void
currentDateTime System.DateTime
리턴 void

RidingDay() 공개 메소드

public RidingDay ( int start = DefaultStartHour, int end = DefaultEndHour, int windowSize = DefaultWindowSize, int maxRiders = DefaultMaxRiders, int startTicketNumber = DefaultStartingTicketNumber ) : System
start int
end int
windowSize int
maxRiders int
startTicketNumber int
리턴 System