Interface IProjectedTypeResolver
Interface for projected type resolver.
Namespace: Kephas.Model
Assembly: Kephas.Core.dll
Syntax
[SingletonAppServiceContract]
public interface IProjectedTypeResolver
Methods
| Improve this Doc View SourceResolveProjectedType(Type, IContext, Boolean)
Resolves the projected type.
Declaration
Type ResolveProjectedType(Type projectionType, IContext context = null, bool throwOnNotFound = true)
Parameters
Type | Name | Description |
---|---|---|
System.Type | projectionType | The projection type. |
IContext | context | Optional. A context for the resolution. |
System.Boolean | throwOnNotFound | Optional. Indicates whether to throw or not when the indicated type is not found. |
Returns
Type | Description |
---|---|
System.Type | The resolved type or |