Search Results for

    Show / Hide Table of Contents

    Class TypeReaderResult

    Inheritance
    System.Object
    TypeReaderResult
    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: TelegramModularFramework.Services.TypeReaders
    Assembly: TelegramModularFramework.dll
    Syntax
    public class TypeReaderResult

    Properties

    | Improve this Doc View Source

    ErrorReason

    Declaration
    public string ErrorReason { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Result

    Declaration
    public object Result { get; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Success

    Declaration
    public bool Success { get; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    FromError(String)

    Declaration
    public static TypeReaderResult FromError(string errorReason)
    Parameters
    Type Name Description
    System.String errorReason
    Returns
    Type Description
    TypeReaderResult
    | Improve this Doc View Source

    FromSuccess(Object)

    Declaration
    public static TypeReaderResult FromSuccess(object result)
    Parameters
    Type Name Description
    System.Object result
    Returns
    Type Description
    TypeReaderResult
    • Improve this Doc
    • View Source
    ☀
    ☾
    In This Article
    Back to top
    TelegramModularFramework (c) 2022-2022
    ☀
    ☾