View Source
Class MoveEventInfoBase<TEntity>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public abstract class MoveEventInfoBase<TEntity> : IEquatable<MoveEventInfoBase<TEntity>>
Type Parameters
Constructors
View Source
MoveEventInfoBase(TEntity, String)
Declaration
public MoveEventInfoBase(TEntity entity, string originalPath)
Parameters
Type |
Name |
Description |
TEntity |
entity |
|
System.String |
originalPath |
|
Properties
View Source
Entity
Declaration
public TEntity Entity { get; set; }
Property Value
View Source
OriginalPath
Declaration
public string OriginalPath { get; set; }
Property Value
Type |
Description |
System.String |
|
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(MoveEventInfoBase<TEntity>)
Declaration
public bool Equals(MoveEventInfoBase<TEntity> other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
|