Search Results for

    Show / Hide Table of Contents
    View Source

    Class PropertyValueConverterCollection

    Represents a collection of IPropertyValueConverter instances.

    Inheritance
    object
    BuilderCollectionBase<IPropertyValueConverter>
    Namespace: Umbraco.Cms.Core.PropertyEditors
    Assembly: Umbraco.Core.dll
    Syntax
    public class PropertyValueConverterCollection : BuilderCollectionBase<IPropertyValueConverter>, IBuilderCollection<IPropertyValueConverter>

    Constructors

    View Source

    PropertyValueConverterCollection(Func<IEnumerable<IPropertyValueConverter>>)

    Initializes a new instance of the PropertyValueConverterCollection class.

    Declaration
    public PropertyValueConverterCollection(Func<IEnumerable<IPropertyValueConverter>> items)
    Parameters
    Type Name Description
    Func<IEnumerable<IPropertyValueConverter>> items

    A factory function that returns the collection items.

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