Search Results for

    Show / Hide Table of Contents

    Struct DeliveryClient.ObjectResponseResult<T>

    Namespace: Noxum.Nova.Delivery.Client
    Assembly: Noxum.Nova.Delivery.Client.dll
    Syntax
    protected struct ObjectResponseResult<T>
    Type Parameters
    Name Description
    T

    Constructors

    ObjectResponseResult(T, String)

    Declaration
    public ObjectResponseResult(T responseObject, string responseText)
    Parameters
    Type Name Description
    T responseObject
    System.String responseText

    Properties

    Object

    Declaration
    public readonly T Object { get; }
    Property Value
    Type Description
    T

    Text

    Declaration
    public readonly string Text { get; }
    Property Value
    Type Description
    System.String
    In This Article
    Back to top Version 5.1.0.10