C# Class Models.Session

Summary description for Session
Afficher le fichier Open project: IowaCodeCamp/IowaCodeCamp Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
SendPropertyChanged ( String propertyName ) : void
SendPropertyChanging ( ) : void

Private Methods

Méthode 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 méthode

public static GetAcceptedSessions ( ) : List
Résultat List

GetAllSessions() public static méthode

public static GetAllSessions ( ) : List
Résultat List

GetProposedSessions() public static méthode

public static GetProposedSessions ( ) : List
Résultat List

Propose() public static méthode

public static Propose ( string Email, string SessionTitle, string SessionAbstract ) : void
Email string
SessionTitle string
SessionAbstract string
Résultat void

SendPropertyChanged() protected méthode

protected SendPropertyChanged ( String propertyName ) : void
propertyName String
Résultat void

SendPropertyChanging() protected méthode

protected SendPropertyChanging ( ) : void
Résultat void

Session() public méthode

public Session ( ) : System.Data.Linq
Résultat System.Data.Linq

Update() public static méthode

public static Update ( int SessionId, string Title, string Abstract, bool IsApproved, int SpeakerID ) : bool
SessionId int
Title string
Abstract string
IsApproved bool
SpeakerID int
Résultat bool