View Source
  Class BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public abstract class BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem> : ComplexPropertyEditorContentNotificationHandler, INotificationHandler<ContentSavingNotification>, INotificationHandler<ContentCopyingNotification>, INotificationHandler<ContentScaffoldedNotification>, INotificationHandler where TBlockLayoutItem : IBlockLayoutItem, new()
   
  Type Parameters
  
    
      
        | Name | Description | 
    
    
      
        | TBlockLayoutItem |  | 
    
  
  Constructors
  
  
    View Source
  
  BlockEditorPropertyNotificationHandlerBase(ILogger<BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>>)
  
  
  Declaration
  
    protected BlockEditorPropertyNotificationHandlerBase(ILogger<BlockEditorPropertyNotificationHandlerBase<TBlockLayoutItem>> logger)
   
  Parameters
  
  Methods
  
  
    View Source
  
  
  
  
  Declaration
  
    protected override string FormatPropertyValue(string rawJson, bool onlyMissingKeys)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | rawJson |  | 
      
        | System.Boolean | onlyMissingKeys |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |