Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockEditorPropertyValueConstructorCacheBase<T>

    Inheritance
    System.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, Nullable<Guid> SettingsTypeKey), Func<Udi, IPublishedElement, Udi, IPublishedElement, T>)

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

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

    Declaration
    public bool TryGetValue((Guid ContentTypeKey, Guid? SettingsTypeKey) key, out Func<Udi, IPublishedElement, Udi, IPublishedElement, T> value)
    Parameters
    Type Name Description
    System.ValueTuple<Guid, System.Nullable<Guid>> key
    Func<Udi, IPublishedElement, Udi, IPublishedElement, T> value
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Clear()
      • SetValue((Guid ContentTypeKey, Nullable<Guid> SettingsTypeKey), Func<Udi, IPublishedElement, Udi, IPublishedElement, T>)
      • TryGetValue((Guid ContentTypeKey, Nullable<Guid> SettingsTypeKey), out Func<Udi, IPublishedElement, Udi, IPublishedElement, T>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX