View Source
Class MoveEventInfoBase<TEntity>
Provides a base class for move event information.
Assembly: Umbraco.Core.dll
Syntax
public abstract class MoveEventInfoBase<TEntity>
Type Parameters
| Name |
Description |
| TEntity |
The type of the entity being moved.
|
Constructors
View Source
MoveEventInfoBase(TEntity, string)
Declaration
public MoveEventInfoBase(TEntity entity, string originalPath)
Parameters
| Type |
Name |
Description |
| TEntity |
entity |
The entity being moved.
|
| string |
originalPath |
The original path of the entity.
|
Properties
View Source
Entity
Gets or sets the entity being moved.
Declaration
public TEntity Entity { get; set; }
Property Value
View Source
OriginalPath
Gets or sets the original path of the entity before the move.
Declaration
public string OriginalPath { get; set; }
Property Value
Methods
View Source
Equals(object?)
Declaration
public override bool Equals(object? obj)
Parameters
| Type |
Name |
Description |
| object |
obj |
|
Returns
View Source
Equals(MoveEventInfoBase<TEntity>?)
Declaration
public bool Equals(MoveEventInfoBase<TEntity>? other)
Parameters
Returns
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns