C# Class Models.Session

Summary description for Session
ファイルを表示 Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Private Properties

Property Type Description
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

Public Methods

Method Description
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

Protected Methods

Method Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Method Description
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

Method Details

GetAcceptedSessions() public static method

public static GetAcceptedSessions ( ) : List
return List

GetAllSessions() public static method

public static GetAllSessions ( ) : List
return List

GetProposedSessions() public static method

public static GetProposedSessions ( ) : List
return List

Propose() public static method

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

SendPropertyChanged() protected method

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
return void

SendPropertyChanging() protected method

protected SendPropertyChanging ( ) : void
return void

Session() public method

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

Update() public static method

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