View Source
Class MoveEventInfo<TEntity>
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class MoveEventInfo<TEntity> : IEquatable<MoveEventInfo<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 |
|
Properties
View Source
Entity
Declaration
public TEntity Entity { get; set; }
Property Value
View Source
NewParentId
Declaration
public int NewParentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
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(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 |
|