C# Class Models.CurrentSession

Exibir arquivo Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CurrentSession ( ) : System.Data.Linq
List ( ) : List
ListByTitle ( ) : List
SessionSchedule ( ) : List
SpeakerSessions ( int speakerKey ) : List

Method Details

CurrentSession() public method

public CurrentSession ( ) : System.Data.Linq
return System.Data.Linq

List() public static method

public static List ( ) : List
return List

ListByTitle() public static method

public static ListByTitle ( ) : List
return List

SessionSchedule() public static method

public static SessionSchedule ( ) : List
return List

SpeakerSessions() public static method

public static SpeakerSessions ( int speakerKey ) : List
speakerKey int
return List