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

Inheritance: IListObject
Afficher le fichier Open project: davidein/Ru.GameSchool Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
FixupLevel ( Level previousValue ) : void
FixupLevelExamQuestions ( object sender, NotifyCollectionChangedEventArgs e ) : void
FixupLevelExamResults ( object sender, NotifyCollectionChangedEventArgs e ) : void

Method Details

Date() public méthode

public Date ( ) : System.DateTime
Résultat System.DateTime

IsNew() public méthode

public IsNew ( ) : bool
Résultat bool

IsReturned() public méthode

public IsReturned ( int userInfoId ) : bool
userInfoId int
Résultat bool

ItemName() public méthode

public ItemName ( ) : string
Résultat string

ItemUrl() public méthode

public ItemUrl ( ) : string
Résultat string