View Source
  Class BlockPropertyValueConverterBase<TBlockModel, TBlockItemModel, TBlockLayoutItem, TBlockConfiguration>.BlockItemActivator<T>
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    protected abstract class BlockItemActivator<T>
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  BlockItemActivator(BlockEditorConverter)
  
  
  Declaration
  
    public BlockItemActivator(BlockEditorConverter blockConverter)
   
  Parameters
  
  Properties
  
  
    View Source
  
  GenericItemType
  
  
  Declaration
  
    protected abstract Type GenericItemType { get; }
   
  Property Value
  
  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
  
  Returns