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.7Syntax
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 |