Search Results for

    Show / Hide Table of Contents

    Class ResultBase

    Represents the result of an operation.

    Inheritance
    Object
    ResultBase
    ListedResult<T>
    PagedResult<T>
    Result
    Result<T>
    Inherited Members
    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 abstract class ResultBase

    Properties

    Name Description
    Errors

    Gets a collection of errors.

    IsFailed

    A value that indicates that the result was a failure.

    IsSuccess

    A value indicating that the result was successful.

    Message

    Gets the description of a result.

    Status

    Gets the current status of a result.

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright ©2023 SimpleResults