Definition
Namespace: EntityDb.Common.TypeResolvers
Assembly: EntityDb.Common
Represents a type that resolves a Type or returns null.
1
public interface IPartialTypeResolver
Methods
TryResolveType(EnvelopeHeaders, Type) | Returns the resolved Type or null if the Type cannot be resolved. |