Try our conversational search powered by Generative AI!

Class PropertyValueConverterFactory

This class supports the EPiServer infrastructure and is not intended to be used directly from your code.

Inheritance
System.Object
PropertyValueConverterFactory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.DataAccess
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
public abstract class PropertyValueConverterFactory

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