Search Results for

    Show / Hide Table of Contents
    View Source

    Class BlockPropertyValueConverterBase<TBlockModel, TBlockItemModel, TBlockLayoutItem, TBlockConfiguration>.BlockItemActivator<T>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.PropertyEditors.ValueConverters
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    protected abstract class BlockItemActivator<T>
    Type Parameters
    Name Description
    T

    Constructors

    View Source

    BlockItemActivator(BlockEditorConverter)

    Declaration
    public BlockItemActivator(BlockEditorConverter blockConverter)
    Parameters
    Type Name Description
    BlockEditorConverter blockConverter

    Properties

    View Source

    GenericItemType

    Declaration
    protected abstract Type GenericItemType { get; }
    Property Value
    Type Description
    Type

    Methods

    View Source

    CreateInstance(Guid, Nullable<Guid>, Udi, IPublishedElement, Udi, IPublishedElement)

    Declaration
    public T CreateInstance(Guid contentTypeKey, Guid? settingsTypeKey, Udi contentUdi, IPublishedElement contentData, Udi settingsUdi, IPublishedElement settingsData)
    Parameters
    Type Name Description
    Guid contentTypeKey
    System.Nullable<Guid> settingsTypeKey
    Udi contentUdi
    IPublishedElement contentData
    Udi settingsUdi
    IPublishedElement settingsData
    Returns
    Type Description
    T
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • BlockItemActivator(BlockEditorConverter)
    • Properties
      • GenericItemType
    • Methods
      • CreateInstance(Guid, Nullable<Guid>, Udi, IPublishedElement, Udi, IPublishedElement)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX