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 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