Class PagedResult<T>
Represents the paged result of an operation.
Inherited Members
Namespace: SimpleResults
Assembly: SimpleResults.dll
Syntax
public sealed class PagedResult<T> : ResultBase
Type Parameters
| Name | Description |
|---|---|
| T | The type of objects to enumerate. |
Constructors
| Name | Description |
|---|---|
| PagedResult() | Initializes a new instance of the PagedResult<T> class. |
Properties
| Name | Description |
|---|---|
| Data | Gets the data of a page. |
| PagedInfo | Gets information about the page. |
Operators
| Name | Description |
|---|---|
| Implicit(Result to PagedResult<T>) | Converts an instance of type Result to PagedResult<T>. |