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