View Source
Class ValueTypePropertyValueConverterBase
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 |
| string[] |
|
Methods
View Source
IsConverter(IPublishedPropertyType)
Gets a value indicating whether the converter supports a property type.
Declaration
public override bool IsConverter(IPublishedPropertyType propertyType)
Parameters
Returns
| Type |
Description |
| bool |
A value indicating whether the converter supports a property type.
|