![]() |
CQRS.NET
4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
override Type Cqrs.Services.BasicServiceParameterResolver< TServiceParameter, TAuthenticationToken >.ResolveName | ( | string | typeName, |
string | typeNamespace, | ||
Type | declaredType, | ||
DataContractResolver | knownTypeResolver | ||
) |
Maps the specified xsi:type name and namespace to a data contract type during deserialization.
typeName | The xsi:type name to map. |
typeNamespace | The xsi:type namespace to map. |
declaredType | The type declared in the data contract. |
knownTypeResolver | The known type resolver. |
Implements Cqrs.Services.IServiceParameterResolver.