Search Results for

    Show / Hide Table of Contents

    Interface IResult

    A result object.

    Namespace: Color_Chan.Discord.Core.Results
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IResult

    Properties

    | Improve this Doc View Source

    ErrorResult

    The error of the IResult.

    Declaration
    IErrorResult ErrorResult { get; }
    Property Value
    Type Description
    IErrorResult
    Remarks

    Null if the result doesn't have an inner result.

    | Improve this Doc View Source

    InnerResult

    The inner IResult.

    Declaration
    IResult InnerResult { get; }
    Property Value
    Type Description
    IResult
    Remarks

    Null if the IResult doesn't have an inner IResult.

    | Improve this Doc View Source

    IsSuccessful

    Whether or not the IResult is successful.

    Declaration
    bool IsSuccessful { get; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX