London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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