Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

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: 12.0.3
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