C# Class NDC2010.Logic.Presenters.MySchedulePresenter

Afficher le fichier Open project: alexyork/NDC2010 Class Usage Examples

Méthodes publiques

Méthode Description
GetHeadingTextForDay ( int day ) : string
GetSessions ( ) : List
GetTitle ( ) : string
MySchedulePresenter ( List sessions ) : System

Method Details

GetHeadingTextForDay() public méthode

public GetHeadingTextForDay ( int day ) : string
day int
Résultat string

GetSessions() public méthode

public GetSessions ( ) : List
Résultat List

GetTitle() public méthode

public GetTitle ( ) : string
Résultat string

MySchedulePresenter() public méthode

public MySchedulePresenter ( List sessions ) : System
sessions List
Résultat System