C# 클래스 NDC2010.Logic.Presenters.SessionsPresenter

파일 보기 프로젝트 열기: alexyork/NDC2010 1 사용 예제들

공개 메소드들

메소드 설명
GetNumberOfDailyTimeslots ( ) : int
GetSessionsForDay ( int day ) : List
GetSessionsForSection ( int section ) : List
GetTimeForSection ( int section ) : string
GetTitle ( ) : string
SessionsPresenter ( List sessions, int day ) : System

메소드 상세

GetNumberOfDailyTimeslots() 공개 메소드

public GetNumberOfDailyTimeslots ( ) : int
리턴 int

GetSessionsForDay() 공개 메소드

public GetSessionsForDay ( int day ) : List
day int
리턴 List

GetSessionsForSection() 공개 메소드

public GetSessionsForSection ( int section ) : List
section int
리턴 List

GetTimeForSection() 공개 메소드

public GetTimeForSection ( int section ) : string
section int
리턴 string

GetTitle() 공개 메소드

public GetTitle ( ) : string
리턴 string

SessionsPresenter() 공개 메소드

public SessionsPresenter ( List sessions, int day ) : System
sessions List
day int
리턴 System