![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
Resolves EventData, ServiceRequestWithData<TAuthenticationToken, Guid> and ServiceResponseWithResultData<IEnumerableEventData> parameter types when serialising with WCF. More...
Public Member Functions | |
virtual bool | TryResolveType (Type dataContractType, Type declaredType, DataContractResolver knownTypeResolver, out XmlDictionaryString typeName, out XmlDictionaryString typeNamespace) |
Indicates if the provided dataContractType is of type EventData, ServiceRequestWithData<TAuthenticationToken, Guid>, ServiceResponseWithResultData<IEnumerableEventData>0 OR if it is other resolvable. More... | |
virtual Type | ResolveName (string typeName, string typeNamespace, Type declaredType, DataContractResolver knownTypeResolver) |
Returns the Type if the typeName is resolvable or if it is of type typeName is of type EventData, ServiceRequestWithData<TAuthenticationToken, Guid>, ServiceResponseWithResultData<IEnumerableEventData> More... | |
Resolves EventData, ServiceRequestWithData<TAuthenticationToken, Guid> and ServiceResponseWithResultData<IEnumerableEventData> parameter types when serialising with WCF.