Search Results for

    Show / Hide Table of Contents
    View Source

    Class MoveEventInfoBase<TEntity>

    Provides a base class for move event information.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Events
    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)

    Initializes a new instance of the MoveEventInfoBase<TEntity> class.

    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
    Type Description
    TEntity
    View Source

    OriginalPath

    Gets or sets the original path of the entity before the move.

    Declaration
    public string OriginalPath { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    Equals(object?)

    Declaration
    public override bool Equals(object? obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    View Source

    Equals(MoveEventInfoBase<TEntity>?)

    Declaration
    public bool Equals(MoveEventInfoBase<TEntity>? other)
    Parameters
    Type Name Description
    MoveEventInfoBase<TEntity> other
    Returns
    Type Description
    bool
    View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX