IOT Dash
Properties | List of all members
IotDash.Contracts.V1.HistoryResponse Class Reference
Inheritance diagram for IotDash.Contracts.V1.HistoryResponse:
Inheritance graph
[legend]
Collaboration diagram for IotDash.Contracts.V1.HistoryResponse:
Collaboration graph
[legend]

Properties

IEnumerable< HistoryEntry >? Values [get]
 
- Properties inherited from IotDash.Contracts.V1.StatusResponse< IEnumerable< HistoryEntry >, HistoryResponse >
bool Success [get]
 
IEnumerable< string >? Errors [get]
 
TValue? Value [get]
 

Additional Inherited Members

- Public Member Functions inherited from IotDash.Contracts.V1.StatusResponse< IEnumerable< HistoryEntry >, HistoryResponse >
IActionResult AsOkOrBadRequest ()
 
- Static Public Member Functions inherited from IotDash.Contracts.V1.StatusResponse< IEnumerable< HistoryEntry >, HistoryResponse >
static TInherited Succeed (TValue? value)
 
static TInherited Fail (string errorMessage)
 
static TInherited Fail (IEnumerable< string > errors)
 
static BadRequestObjectResult BadRequest (IEnumerable< string > errors)
 
static BadRequestObjectResult BadRequest (string error)
 
static ConflictObjectResult Conflict (IEnumerable< string > errors)
 
static ConflictObjectResult Conflict (string error)
 
static NotFoundObjectResult NotFound (IEnumerable< string > errors)
 
static NotFoundObjectResult NotFound (string error)
 
static NoContentResult NoContent ()
 
static OkObjectResult Ok (TValue value)
 
static CreatedAtRouteResult Created (string locationUri, TValue value)
 

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