Search Results for

    Show / Hide Table of Contents

    Namespace SimpleResults

    Classes

    ByteArrayFileContent

    Represents the content of a file using an array of bytes.

    CreatedGuid

    Represents the globally unique identifier (GUID) created for a specific resource.

    CreatedId

    Represents the numerical identification (ID) created for a specific resource.

    ListedResult<T>

    Represents an enumerated result of an operation.

    PagedInfo

    Represents paged information.

    PagedResult<T>

    Represents the paged result of an operation.

    Result

    Represents the result of an operation that does not return a value.

    Result<T>

    Represents the result of an operation that returns a value.

    ResultBase

    Represents the result of an operation.

    ResultExtensions

    Defines extension methods for the Result object.

    SRFluentValidationResultExtensions

    Defines extension methods for the Fluent Validation package.

    SRModelStateDictionaryExtensions

    Contains extension methods that convert an instance of ModelStateDictionary into an instance of type Result.

    StreamFileContent

    Represents the content of a file using a stream.

    TranslateResultToActionResultAttribute

    Translates the Result object to an ActionResult.

    Result object can be:

    • Result<T>
    • ListedResult<T>
    • PagedResult<T>
    • Result
    • A subtype of ResultBase.

    Enums

    ResultStatus

    Represents the status of a Result object.

    In This Article
    Back to top Copyright ©2023 SimpleResults