Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockEditorPropertyValueConstructorCacheBase<T>

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public abstract class BlockEditorPropertyValueConstructorCacheBase<T> where T : IBlockReference<IPublishedElement, IPublishedElement>
    Type Parameters
    Name Description
    T

    Methods

    View Source

    Clear()

    Declaration
    public void Clear()
    View Source

    SetValue((Guid ContentTypeKey, Guid? SettingsTypeKey), Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T>)

    Declaration
    public void SetValue((Guid ContentTypeKey, Guid? SettingsTypeKey) key, Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T> value)
    Parameters
    Type Name Description
    (Guid ContentTypeKey, Guid? SettingsTypeKey) key
    Func<Guid, IPublishedElement, Guid?, IPublishedElement, T> value
    View Source

    TryGetValue((Guid ContentTypeKey, Guid? SettingsTypeKey), out Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T>)

    Declaration
    public bool TryGetValue((Guid ContentTypeKey, Guid? SettingsTypeKey) key, out Func<Guid, IPublishedElement, Guid?, IPublishedElement?, T> value)
    Parameters
    Type Name Description
    (Guid ContentTypeKey, Guid? SettingsTypeKey) key
    Func<Guid, IPublishedElement, Guid?, IPublishedElement, T> value
    Returns
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX