SaaS CMS has officially launched! Learn more now.

Class PropertyValueConverterFactory

Inheritance
System.Object
PropertyValueConverterFactory
Namespace: EPiServer.DataAccess.Internal
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public abstract class PropertyValueConverterFactory : Object

Constructors

PropertyValueConverterFactory()

Declaration
protected PropertyValueConverterFactory()

Methods

Get(Type)

Declaration
public abstract IPropertyValueConverter Get(Type propertyType)
Parameters
Type Name Description
System.Type propertyType
Returns
Type Description
IPropertyValueConverter

Extension Methods