MoxiWorks Platform
.NET SDK For MoxiWorks Public API
MoxiWorks.Platform.Response< T > Class Template Reference

Generic object used to contain respones for Moxi Works API. More...

Public Member Functions

 Response (T source)
 

Public Attributes

bool HasErrors => Errors.Count > 0
 Count of errors returned from the api More...
 

Properties

Item [get, set]
 item returned from the api call More...
 
List< MoxiWorksErrorErrors = new List<MoxiWorksError>() [get, set]
 Collection of errors returned from the api. More...
 

Detailed Description

Generic object used to contain respones for Moxi Works API.

Template Parameters
Tthe expected type returned from the api.

Member Data Documentation

◆ HasErrors

bool MoxiWorks.Platform.Response< T >.HasErrors => Errors.Count > 0

Count of errors returned from the api

Property Documentation

◆ Errors

List<MoxiWorksError> MoxiWorks.Platform.Response< T >.Errors = new List<MoxiWorksError>()
getset

Collection of errors returned from the api.

◆ Item

T MoxiWorks.Platform.Response< T >.Item
getset

item returned from the api call


The documentation for this class was generated from the following file: