View Source
  Class MoveEventInfo<TEntity>
  
  
  
  
    Inheritance
      System.Object
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    public class MoveEventInfo<TEntity> : MoveEventInfoBase<TEntity>
   
  Type Parameters
  
  Constructors
  
  
    View Source
  
  MoveEventInfo(TEntity, String, Int32)
  
  
  Declaration
  
    public MoveEventInfo(TEntity entity, string originalPath, int newParentId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | TEntity | entity |  | 
      
        | System.String | originalPath |  | 
      
        | System.Int32 | newParentId |  | 
    
  
  
    View Source
  
  MoveEventInfo(TEntity, String, Int32, Nullable<Guid>)
  
  
  Declaration
  
    public MoveEventInfo(TEntity entity, string originalPath, int newParentId, Guid? newParentKey)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | TEntity | entity |  | 
      
        | System.String | originalPath |  | 
      
        | System.Int32 | newParentId |  | 
      
        | System.Nullable<Guid> | newParentKey |  | 
    
  
  Properties
  
  
    View Source
  
  NewParentId
  
  
  Declaration
  
    public int NewParentId { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  
    View Source
  
  NewParentKey
  
  
  Declaration
  
    public Guid? NewParentKey { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.Nullable<Guid> |  | 
    
  
  Methods
  
  
    View Source
  
  Equals(Object)
  
  
  Declaration
  
    public override bool Equals(object obj)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | System.Object | obj |  | 
    
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Equals(MoveEventInfo<TEntity>)
  
  
  Declaration
  
    public bool Equals(MoveEventInfo<TEntity> other)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  GetHashCode()
  
  
  Declaration
  
    public override int GetHashCode()
   
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Int32 |  | 
    
  
  Operators
  
  
    View Source
  
  Equality(MoveEventInfo<TEntity>, MoveEventInfo<TEntity>)
  
  
  Declaration
  
    public static bool operator ==(MoveEventInfo<TEntity> left, MoveEventInfo<TEntity> right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  | 
    
  
  
    View Source
  
  Inequality(MoveEventInfo<TEntity>, MoveEventInfo<TEntity>)
  
  
  Declaration
  
    public static bool operator !=(MoveEventInfo<TEntity> left, MoveEventInfo<TEntity> right)
   
  Parameters
  
  Returns
  
    
      
        | Type | Description | 
    
    
      
        | System.Boolean |  |