C# Class Ru.GameSchool.DataLayer.Repository.LevelExam

Inheritance: IListObject
ファイルを表示 Open project: davidein/Ru.GameSchool Class Usage Examples

Public Methods

Method Description
Date ( ) : System.DateTime
IsNew ( ) : bool
IsReturned ( int userInfoId ) : bool
ItemName ( ) : string
ItemUrl ( ) : string

Private Methods

Method Description
FixupLevel ( Level previousValue ) : void
FixupLevelExamQuestions ( object sender, NotifyCollectionChangedEventArgs e ) : void
FixupLevelExamResults ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

Date() public method

public Date ( ) : System.DateTime
return System.DateTime

IsNew() public method

public IsNew ( ) : bool
return bool

IsReturned() public method

public IsReturned ( int userInfoId ) : bool
userInfoId int
return bool

ItemName() public method

public ItemName ( ) : string
return string

ItemUrl() public method

public ItemUrl ( ) : string
return string