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.

◆ TryResolveUnResolvedType()

abstract bool Cqrs.Services.BasicServiceParameterResolver< TServiceParameter, TAuthenticationToken >.TryResolveUnResolvedType ( Type  dataContractType,
Type  declaredType,
DataContractResolver  knownTypeResolver,
ref XmlDictionaryString  typeName,
ref XmlDictionaryString  typeNamespace 
)
protectedpure virtual

Try to resolve an types TryResolveType fails to.

Parameters
dataContractTypeThe type to map.
declaredTypeThe type declared in the data contract.
knownTypeResolverThe known type resolver.
typeNameThe xsi:type name.
typeNamespaceThe xsi:type namespace.
Returns
true if mapping succeeded; otherwise, false.