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.
Cqrs.Services Namespace Reference

Classes

class  EventService
 
interface  IEventDataResolver
 
interface  IEventService
 
interface  IServiceParameterResolver
 
interface  IServiceRequest
 A request message envelope that holds authentication and correlation information used when making public API requests. More...
 
interface  IServiceRequestWithData
 A request message envelope that holds authentication, correlation information as well as request data used when making public API requests. More...
 
interface  IServiceResponse
 A response message envelope that holds request state and correlation information in response to using public API requests. More...
 
interface  IServiceResponseWithResultData
 A response message envelope that holds request state, correlation information as well as the response data returned from making a public API request. More...
 
interface  ISingleSignOnTokenResolver
 
interface  IUnitOfWorkService
 
interface  IVersionedServiceResponse
 
class  ServiceChannelFactory
 
class  ServiceParameterResolver
 A DataContractResolver for use via WCF More...
 
class  ServiceRequest
 
class  ServiceRequestWithData
 
class  ServiceResponse
 
class  ServiceResponseWithResultData
 
class  UnitOfWorkService
 
class  WcfDataContractResolverConfiguration
 

Enumerations

enum  ServiceResponseStateType {
  ServiceResponseStateType.Unknown = 0, ServiceResponseStateType.Succeeded = 1, ServiceResponseStateType.FailedWithAFatalException = 2, ServiceResponseStateType.FailedWithAnUnexpectedException = 3,
  ServiceResponseStateType.FailedAuthentication = 11, ServiceResponseStateType.FailedAuthorisation = 12, ServiceResponseStateType.FailedValidation = 21
}