C# 클래스 Models.Session

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

Private Properties

프로퍼티 타입 설명
OnAbstractChanged void
OnAbstractChanging void
OnCreated void
OnCreatedByChanged void
OnCreatedByChanging void
OnCreatedOnChanged void
OnCreatedOnChanging void
OnEventIdChanged void
OnEventIdChanging void
OnIdChanged void
OnIdChanging void
OnIsApprovedChanged void
OnIsApprovedChanging void
OnIsDeletedChanged void
OnIsDeletedChanging void
OnLoaded void
OnModifiedByChanged void
OnModifiedByChanging void
OnModifiedOnChanged void
OnModifiedOnChanging void
OnTitleChanged void
OnTitleChanging void
OnValidate void
SetCreated void
SetModified void
attach_Attendees void
attach_Speakers void
detach_Attendees void
detach_Speakers void

공개 메소드들

메소드 설명
GetAcceptedSessions ( ) : List
GetAllSessions ( ) : List
GetProposedSessions ( ) : List
Propose ( string Email, string SessionTitle, string SessionAbstract ) : void
Session ( ) : System.Data.Linq
Update ( int SessionId, string Title, string Abstract, bool IsApproved, int SpeakerID ) : bool

보호된 메소드들

메소드 설명
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

비공개 메소드들

메소드 설명
OnAbstractChanged ( ) : void
OnAbstractChanging ( string value ) : void
OnCreated ( ) : void
OnCreatedByChanged ( ) : void
OnCreatedByChanging ( string value ) : void
OnCreatedOnChanged ( ) : void
OnCreatedOnChanging ( System value ) : void
OnEventIdChanged ( ) : void
OnEventIdChanging ( int value ) : void
OnIdChanged ( ) : void
OnIdChanging ( int value ) : void
OnIsApprovedChanged ( ) : void
OnIsApprovedChanging ( bool value ) : void
OnIsDeletedChanged ( ) : void
OnIsDeletedChanging ( bool value ) : void
OnLoaded ( ) : void
OnModifiedByChanged ( ) : void
OnModifiedByChanging ( string value ) : void
OnModifiedOnChanged ( ) : void
OnModifiedOnChanging ( System value ) : void
OnTitleChanged ( ) : void
OnTitleChanging ( string value ) : void
OnValidate ( System action ) : void
SetCreated ( ) : void
SetModified ( ) : void
attach_Attendees ( Attendee entity ) : void
attach_Speakers ( Speaker entity ) : void
detach_Attendees ( Attendee entity ) : void
detach_Speakers ( Speaker entity ) : void

메소드 상세

GetAcceptedSessions() 공개 정적인 메소드

public static GetAcceptedSessions ( ) : List
리턴 List

GetAllSessions() 공개 정적인 메소드

public static GetAllSessions ( ) : List
리턴 List

GetProposedSessions() 공개 정적인 메소드

public static GetProposedSessions ( ) : List
리턴 List

Propose() 공개 정적인 메소드

public static Propose ( string Email, string SessionTitle, string SessionAbstract ) : void
Email string
SessionTitle string
SessionAbstract string
리턴 void

SendPropertyChanged() 보호된 메소드

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
리턴 void

SendPropertyChanging() 보호된 메소드

protected SendPropertyChanging ( ) : void
리턴 void

Session() 공개 메소드

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

Update() 공개 정적인 메소드

public static Update ( int SessionId, string Title, string Abstract, bool IsApproved, int SpeakerID ) : bool
SessionId int
Title string
Abstract string
IsApproved bool
SpeakerID int
리턴 bool