Search Results for

    Show / Hide Table of Contents
    View Source

    Class NestedContentValueConverterBase

    Inheritance
    System.Object
    PropertyValueConverterBase
    Namespace: Umbraco.Web.PropertyEditors.ValueConverters
    Assembly: Umbraco.Web.dll
    Syntax
    public abstract class NestedContentValueConverterBase : PropertyValueConverterBase, IPropertyValueConverter, IDiscoverable

    Constructors

    View Source

    NestedContentValueConverterBase(IPublishedSnapshotAccessor, IPublishedModelFactory)

    Declaration
    protected NestedContentValueConverterBase(IPublishedSnapshotAccessor publishedSnapshotAccessor, IPublishedModelFactory publishedModelFactory)
    Parameters
    Type Name Description
    IPublishedSnapshotAccessor publishedSnapshotAccessor
    IPublishedModelFactory publishedModelFactory

    Properties

    View Source

    PublishedModelFactory

    Declaration
    protected IPublishedModelFactory PublishedModelFactory { get; }
    Property Value
    Type Description
    IPublishedModelFactory

    Methods

    View Source

    ConvertToElement(JObject, PropertyCacheLevel, Boolean)

    Declaration
    protected IPublishedElement ConvertToElement(JObject sourceObject, PropertyCacheLevel referenceCacheLevel, bool preview)
    Parameters
    Type Name Description
    JObject sourceObject
    PropertyCacheLevel referenceCacheLevel
    System.Boolean preview
    Returns
    Type Description
    IPublishedElement
    View Source

    IsNested(IPublishedPropertyType)

    Declaration
    public static bool IsNested(IPublishedPropertyType publishedProperty)
    Parameters
    Type Name Description
    IPublishedPropertyType publishedProperty
    Returns
    Type Description
    System.Boolean
    View Source

    IsNestedMany(IPublishedPropertyType)

    Declaration
    public static bool IsNestedMany(IPublishedPropertyType publishedProperty)
    Parameters
    Type Name Description
    IPublishedPropertyType publishedProperty
    Returns
    Type Description
    System.Boolean
    View Source

    IsNestedSingle(IPublishedPropertyType)

    Declaration
    public static bool IsNestedSingle(IPublishedPropertyType publishedProperty)
    Parameters
    Type Name Description
    IPublishedPropertyType publishedProperty
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • NestedContentValueConverterBase(IPublishedSnapshotAccessor, IPublishedModelFactory)
    • Properties
      • PublishedModelFactory
    • Methods
      • ConvertToElement(JObject, PropertyCacheLevel, Boolean)
      • IsNested(IPublishedPropertyType)
      • IsNestedMany(IPublishedPropertyType)
      • IsNestedSingle(IPublishedPropertyType)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX