Show / Hide Table of Contents

Struct RepositoryApiV1Client.ObjectResponseResult<T>

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
Namespace: Algenta.Colectica.Repository.Client
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
protected struct RepositoryApiV1Client.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 T Object { get; }
Property Value
Type Description
T

Text

Declaration
public string Text { get; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX