MoxiWorks Platform
.NET SDK For MoxiWorks Public API
|
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 | |
T | Item [get, set] |
item returned from the api call More... | |
List< MoxiWorksError > | Errors = new List<MoxiWorksError>() [get, set] |
Collection of errors returned from the api. More... | |
Generic object used to contain respones for Moxi Works API.
T | the expected type returned from the api. |
bool MoxiWorks.Platform.Response< T >.HasErrors => Errors.Count > 0 |
Count of errors returned from the api
|
getset |
Collection of errors returned from the api.
|
getset |
item returned from the api call