Search Results for

    Show / Hide Table of Contents

    Struct IdsConnectConversionClient.ObjectResponseResult<T>

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Dangl.AVACloud.Client
    Assembly: Dangl.AVACloud.Client.dll
    Syntax
    protected struct ObjectResponseResult<T>
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    ObjectResponseResult(T, String)

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

    Properties

    | Improve this Doc View Source

    Object

    Declaration
    public readonly T Object { get; }
    Property Value
    Type Description
    T
    | Improve this Doc View Source

    Text

    Declaration
    public readonly string Text { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH