View Source
  Class BlockEditorPropertyValueConstructorCacheBase<T>
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public abstract class BlockEditorPropertyValueConstructorCacheBase<T>
    where T : IBlockReference<IPublishedElement, IPublishedElement>
   
  Type Parameters
  
  Methods
  
  
    View Source
  
  Clear()
  
  
  Declaration
  
  
    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
  
  
    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
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |