Search Results for

    Show / Hide Table of Contents
    View Source

    Class MoveEventInfo<TEntity>

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Events
    Assembly: Umbraco.Core.dll
    Syntax
    public class MoveEventInfo<TEntity> : IEquatable<MoveEventInfo<TEntity>>
    Type Parameters
    Name Description
    TEntity

    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
    Type Description
    TEntity
    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
    Type Name Description
    MoveEventInfo<TEntity> other
    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
    Type Name Description
    MoveEventInfo<TEntity> left
    MoveEventInfo<TEntity> right
    Returns
    Type Description
    System.Boolean
    View Source

    Inequality(MoveEventInfo<TEntity>, MoveEventInfo<TEntity>)

    Declaration
    public static bool operator !=(MoveEventInfo<TEntity> left, MoveEventInfo<TEntity> right)
    Parameters
    Type Name Description
    MoveEventInfo<TEntity> left
    MoveEventInfo<TEntity> right
    Returns
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MoveEventInfo(TEntity, String, Int32)
    • Properties
      • Entity
      • NewParentId
      • OriginalPath
    • Methods
      • Equals(Object)
      • Equals(MoveEventInfo<TEntity>)
      • GetHashCode()
    • Operators
      • Equality(MoveEventInfo<TEntity>, MoveEventInfo<TEntity>)
      • Inequality(MoveEventInfo<TEntity>, MoveEventInfo<TEntity>)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX