C# Class AssessmentAnywhere.Models.Assessments.IndexModel

Show file Open project: pebblecode/AssessmentAnywhere Class Usage Examples

Public Methods

Method 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 method

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

IndexModel() public method

public IndexModel ( int skip, int top, Services resultPage ) : System.Collections.Generic
skip int
top int
resultPage Services
return System.Collections.Generic