Try our conversational search powered by Generative AI!

Interface IBackingTypeResolver

Resolves the base type from a specified type, by matching the type against types registered in IPropertyDefinitionTypeRepository.

Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public interface IBackingTypeResolver
Remarks

A list of default backing types can be found in the SDK in chapter "Property types".

Methods

Resolve(Type)

Resolves backing type for a specified type

Declaration
Type Resolve(Type type)
Parameters
Type Name Description
System.Type type

Type to get default backing type for

Returns
Type Description
System.Type

Extension Methods