Struct RepositoryApiV1Client.ObjectResponseResult<T>
Inherited Members
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 |