C# 클래스 Models.CurrentSession

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CurrentSession ( ) : System.Data.Linq
List ( ) : List
ListByTitle ( ) : List
SessionSchedule ( ) : List
SpeakerSessions ( int speakerKey ) : List

메소드 상세

CurrentSession() 공개 메소드

public CurrentSession ( ) : System.Data.Linq
리턴 System.Data.Linq

List() 공개 정적인 메소드

public static List ( ) : List
리턴 List

ListByTitle() 공개 정적인 메소드

public static ListByTitle ( ) : List
리턴 List

SessionSchedule() 공개 정적인 메소드

public static SessionSchedule ( ) : List
리턴 List

SpeakerSessions() 공개 정적인 메소드

public static SpeakerSessions ( int speakerKey ) : List
speakerKey int
리턴 List