Search Results for

    Show / Hide Table of Contents

    Class PagedResult<T>

    Represents the paged result of an operation.

    Inheritance
    Object
    ResultBase
    PagedResult<T>
    Inherited Members
    ResultBase.Status
    ResultBase.IsSuccess
    ResultBase.IsFailed
    ResultBase.Message
    ResultBase.Errors
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    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>.

    Extension Methods

    ResultExtensions.ToActionResult<T>(PagedResult<T>)
    ResultExtensions.ToHttpResult<T>(PagedResult<T>)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults