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

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

공개 메소드들

메소드 설명
DaysPresenter ( ) : System
GetFooterText ( ) : string
GetHeadingText ( ) : string
GetNumberOfDays ( ) : int
GetTextForDay ( int day ) : string
GetTitle ( ) : string

메소드 상세

DaysPresenter() 공개 메소드

public DaysPresenter ( ) : System
리턴 System

GetFooterText() 공개 메소드

public GetFooterText ( ) : string
리턴 string

GetHeadingText() 공개 메소드

public GetHeadingText ( ) : string
리턴 string

GetNumberOfDays() 공개 메소드

public GetNumberOfDays ( ) : int
리턴 int

GetTextForDay() 공개 메소드

public GetTextForDay ( int day ) : string
day int
리턴 string

GetTitle() 공개 메소드

public GetTitle ( ) : string
리턴 string