C# Class Models.CurrentSpeaker

Show file Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CurrentSpeaker ( ) : System.Data.Linq
List ( ) : List
Select ( int speakerKey ) : CurrentSpeaker

Method Details

CurrentSpeaker() public method

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

List() public static method

public static List ( ) : List
return List

Select() public static method

public static Select ( int speakerKey ) : CurrentSpeaker
speakerKey int
return CurrentSpeaker