View Source
Class ValueTypePropertyValueConverterBase
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class ValueTypePropertyValueConverterBase : PropertyValueConverterBase, IPropertyValueConverter, IDiscoverable
Constructors
View Source
ValueTypePropertyValueConverterBase(PropertyEditorCollection)
Declaration
protected ValueTypePropertyValueConverterBase(PropertyEditorCollection propertyEditors)
Parameters
Properties
View Source
SupportedValueTypes
Declaration
protected abstract string[] SupportedValueTypes { get; }
Property Value
Type |
Description |
System.String[] |
|
Methods
View Source
IsConverter(IPublishedPropertyType)
Declaration
public override bool IsConverter(IPublishedPropertyType propertyType)
Parameters
Returns
Type |
Description |
System.Boolean |
|