Show / Hide Table of Contents

    Class BaseResult

    Base type for all results

    Inheritance
    System.Object
    BaseResult
    FeedResult
    GitHubEventResult
    GitHubIssueResult
    TwitterTimelineResult
    TwitterUserResult
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Sloader.Result
    Assembly: Sloader.Result.dll
    Syntax
    public abstract class BaseResult

    Properties

    View Source

    ResultType

    This property will tell clients the exact result type.

    Each result type has different properties, so use this to determine which property is available.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public abstract KnownResultType ResultType { get; }
    Property Value
    Type Description
    KnownResultType
    • View Source
    Back to top Sloader - MIT License