CQRS.NET
2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Public Member Functions | |
ServiceResponseWithResultData () | |
ServiceResponseWithResultData (TResultData resultData) | |
Public Member Functions inherited from Cqrs.Services.ServiceResponse | |
ServiceResponse () | |
Properties | |
TResultData | ResultData [get, set] |
double | Version [get, set] |
Properties inherited from Cqrs.Services.ServiceResponse | |
ServiceResponseStateType | State [get, set] |
Guid | CorrelationId [get, set] |
Properties inherited from Cqrs.Services.IServiceResponse | |
ServiceResponseStateType | State [get, set] |
The state of the request. More... | |
Guid | CorrelationId [get, set] |
The correlation id used to group together events and notifications. More... | |
Properties inherited from Cqrs.Services.IServiceResponseWithResultData< TResultData > | |
TResultData | ResultData [get, set] |
The data returned from making a public API request. More... | |
Properties inherited from Cqrs.Services.IVersionedServiceResponse | |
double | Version [get, set] |