C# Class FT.Data.Session

Inheritance: System.Data.Objects.DataClasses.EntityObject
Show file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
OnIsDoneChanged void
OnIsDoneChanging void
OnNumberChanged void
OnNumberChanging void
OnSessionIdChanged void
OnSessionIdChanging void
OnYearChanged void
OnYearChanging void

Public Methods

Method Description
CreateSession ( global sessionId, global year, global number ) : Session

Create a new Session object.

Private Methods

Method Description
OnIsDoneChanged ( ) : void
OnIsDoneChanging ( Nullable value ) : void
OnNumberChanged ( ) : void
OnNumberChanging ( global value ) : void
OnSessionIdChanged ( ) : void
OnSessionIdChanging ( global value ) : void
OnYearChanged ( ) : void
OnYearChanging ( global value ) : void

Method Details

CreateSession() public static method

Create a new Session object.
public static CreateSession ( global sessionId, global year, global number ) : Session
sessionId global Initial value of the SessionId property.
year global Initial value of the Year property.
number global Initial value of the Number property.
return Session