C# Класс AssessmentAnywhere.Models.Assessments.IndexModel

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
IndexModel ( int skip, int top, IEnumerable results, int totalCount ) : System.Collections.Generic
IndexModel ( int skip, int top, Services resultPage ) : System.Collections.Generic

Описание методов

IndexModel() публичный Метод

public IndexModel ( int skip, int top, IEnumerable results, int totalCount ) : System.Collections.Generic
skip int
top int
results IEnumerable
totalCount int
Результат System.Collections.Generic

IndexModel() публичный Метод

public IndexModel ( int skip, int top, Services resultPage ) : System.Collections.Generic
skip int
top int
resultPage Services
Результат System.Collections.Generic