Try our conversational search powered by Generative AI!

Class PropertyValueConverterFactory

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

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.Internal
Assembly: EPiServer.dll
Version: 11.20.7
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