Interface IResolveType
Namespace: EPiServer.Data.Dynamic
Assembly: EPiServer.Data.dll
Version: 12.0.3Syntax
public interface IResolveType
Methods
Resolve(String)
Resolve a type based on typeName. This can be used to implement i.e. assembly forwarding.
Declaration
Type Resolve(string typeName)
Parameters
Type | Name | Description |
---|---|---|
System. |
typeName |
Returns
Type | Description |
---|---|
System. |
A type matching the typeName or null if no type could be resolved |