View Source
  Class Notification
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class Notification
   
  Constructors
  
  
    View Source
  
  Notification(Int32, Int32, String, Nullable<Guid>)
  
  
  Declaration
  
    public Notification(int entityId, int userId, string action, Guid? entityType)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Int32 | entityId |  | 
      
        | System.Int32 | userId |  | 
      
        | System.String | action |  | 
      
        | System.Nullable<Guid> | entityType |  | 
    
  
  Properties
  
  
    View Source
  
  Action
  
  
  Declaration
  
    public string Action { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  EntityId
  
  
  Declaration
  
    public int EntityId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  EntityType
  
  
  Declaration
  
    public Guid? EntityType { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<Guid> |  | 
    
  
  
    View Source
  
  UserId
  
  
  Declaration
  
    public int UserId { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  |