C# Class AssessmentAnywhere.Models.Assessments.IndexModel

Afficher le fichier Open project: pebblecode/AssessmentAnywhere Class Usage Examples

Méthodes publiques

Méthode Description
IndexModel ( int skip, int top, IEnumerable results, int totalCount ) : System.Collections.Generic
IndexModel ( int skip, int top, Services resultPage ) : System.Collections.Generic

Method Details

IndexModel() public méthode

public IndexModel ( int skip, int top, IEnumerable results, int totalCount ) : System.Collections.Generic
skip int
top int
results IEnumerable
totalCount int
Résultat System.Collections.Generic

IndexModel() public méthode

public IndexModel ( int skip, int top, Services resultPage ) : System.Collections.Generic
skip int
top int
resultPage Services
Résultat System.Collections.Generic