View Source
  Class RelationTypeSavedNotification
  
  
  
  
    Inheritance
      System.Object
      
      
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class RelationTypeSavedNotification : SavedNotification<IRelationType>, IStatefulNotification, INotification
   
  Constructors
  
  
    View Source
  
  RelationTypeSavedNotification(IEnumerable<IRelationType>, EventMessages)
  
  
  Declaration
  
    public RelationTypeSavedNotification(IEnumerable<IRelationType> target, EventMessages messages)
   
  Parameters
  
  
    View Source
  
  RelationTypeSavedNotification(IRelationType, EventMessages)
  
  
  Declaration
  
    public RelationTypeSavedNotification(IRelationType target, EventMessages messages)
   
  Parameters