Show / Hide Table of Contents

Class ApiSearchResults<T>

Inheritance
System.Object
ApiSearchResults<T>
Namespace: LymeTemplateApi.Models.Api
Assembly: LymeTemplateApi.Models.dll
Syntax
public class ApiSearchResults<T> : object
Type Parameters
Name Description
T

Properties

Results

Declaration
public IList<T> Results { get; set; }
Property Value
Type Description
IList<T>

TotalCount

Declaration
public int TotalCount { get; set; }
Property Value
Type Description
System.Int32

TotalPages

Declaration
public int TotalPages { get; set; }
Property Value
Type Description
System.Int32
In This Article
Back to top Generated by DocFX