Search Results for

    Show / Hide Table of Contents
    View Source

    Class ValueTypePropertyValueConverterBase

    Inheritance
    object
    PropertyValueConverterBase
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Core.dll
    Syntax
    public abstract class ValueTypePropertyValueConverterBase : PropertyValueConverterBase, IPropertyValueConverter, IDiscoverable

    Constructors

    View Source

    ValueTypePropertyValueConverterBase(PropertyEditorCollection)

    Declaration
    protected ValueTypePropertyValueConverterBase(PropertyEditorCollection propertyEditors)
    Parameters
    Type Name Description
    PropertyEditorCollection propertyEditors

    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
    Type Name Description
    IPublishedPropertyType propertyType

    The property type.

    Returns
    Type Description
    bool

    A value indicating whether the converter supports a property type.

    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX