Search Results for

    Show / Hide Table of Contents
    View Source

    Class MoveEventInfoBase<TEntity>

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

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

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • MoveEventInfoBase(TEntity, String)
    • Properties
      • Entity
      • OriginalPath
    • Methods
      • Equals(Object)
      • Equals(MoveEventInfoBase<TEntity>)
      • GetHashCode()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX