Class PagedResponse<T>
Response with pagination
Inheritance
↳ object
↳ PagedResponse<T>
Inherited Members
Equals(object)
Equals(object, object)
GetHashCode()
GetType()
MemberwiseClone()
ReferenceEquals(object, object)
ToString()
Namespace: OptimaJet.Workflow.Core.Model
Assembly: OptimaJet.Workflow.Core.dll
Syntaxpublic class PagedResponse<T>
Properties
Data
List with data from the response
Declarationpublic List<T> Data { get; set; }
Type | Description |
---|---|
List<T> |
Count
Total amount of data
Declarationpublic int Count { get; set; }
Type | Description |
---|---|
int |