View Source
  Class ComplexPropertyEditorContentNotificationHandler
  
  Handles nested Udi keys when
- saving: Empty keys get generated
- copy: keys get replaced by new ones while keeping references intact
- scaffolding: keys get replaced by new ones while keeping references intact
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Infrastructure.dll
  Syntax
  
    public abstract class ComplexPropertyEditorContentNotificationHandler : INotificationHandler<ContentSavingNotification>, INotificationHandler<ContentCopyingNotification>, INotificationHandler<ContentScaffoldedNotification>, INotificationHandler
   
  Properties
  
  
    View Source
  
  EditorAlias
  
  
  Declaration
  
    protected abstract string EditorAlias { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  Methods
  
  
    View Source
  
  FormatPropertyValue(String, Boolean)
  
  
  Declaration
  
    protected abstract string FormatPropertyValue(string rawJson, bool onlyMissingKeys)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.String | rawJson |  | 
      
        | System.Boolean | onlyMissingKeys |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Handle(ContentCopyingNotification)
  
  
  Declaration
  
    public void Handle(ContentCopyingNotification notification)
   
  Parameters
  
  
    View Source
  
  Handle(ContentSavingNotification)
  
  
  Declaration
  
    public void Handle(ContentSavingNotification notification)
   
  Parameters
  
  
    View Source
  
  Handle(ContentScaffoldedNotification)
  
  
  Declaration
  
    public void Handle(ContentScaffoldedNotification notification)
   
  Parameters