Search Results for

    Show / Hide Table of Contents

    Struct FilesClient.ObjectResponseResult<T>

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Noxum.Nova.Cms.Client
    Assembly: Noxum.Nova.Cms.Client.dll
    Syntax
    protected struct FilesClient.ObjectResponseResult<T>
    Type Parameters
    Name Description
    T

    Constructors

    ObjectResponseResult(T, string)

    Declaration
    public ObjectResponseResult(T responseObject, string responseText)
    Parameters
    Type Name Description
    T responseObject
    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
    string
    In this article
    Back to top Version 6.1.0.31rc