Class PagingResponseModel<T>
Inheritance
System.Object
PagingResponseModel<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Heart.Models
Assembly: mix.heart.dll
Syntax
public class PagingResponseModel<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
| Improve this Doc View SourcePagingResponseModel()
Declaration
public PagingResponseModel()
PagingResponseModel(IEnumerable<T>, PagingModel)
Declaration
public PagingResponseModel(IEnumerable<T> data, PagingModel pagingData)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<T> | data | |
PagingModel | pagingData |
Properties
| Improve this Doc View SourceItems
Declaration
public IEnumerable<T> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<T> |
PagingData
Declaration
public PagingModel PagingData { get; set; }
Property Value
Type | Description |
---|---|
PagingModel |