Search Results for

    Show / Hide Table of Contents
    View Source

    Class ValueTypePropertyValueConverterBase

    Inheritance
    System.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
    System.String[]

    Methods

    View Source

    IsConverter(IPublishedPropertyType)

    Declaration
    public override bool IsConverter(IPublishedPropertyType propertyType)
    Parameters
    Type Name Description
    IPublishedPropertyType propertyType
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • ValueTypePropertyValueConverterBase(PropertyEditorCollection)
    • Properties
      • SupportedValueTypes
    • Methods
      • IsConverter(IPublishedPropertyType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX