Struct IdentityClient.ObjectResponseResult<T>
Assembly: Noxum.Nova.Cms.Client.dll
Syntax
protected struct IdentityClient.ObjectResponseResult<T>
Type Parameters
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
Text
Declaration
public readonly string Text { get; }
Property Value