Search Results for

    Show / Hide Table of Contents
    View Source

    Class EntityExtensions

    Inheritance
    System.Object
    Namespace: Umbraco.Extensions
    Assembly: Umbraco.Core.dll
    Syntax
    public static class EntityExtensions

    Methods

    View Source

    AddingEntity(IEntity)

    Updates the entity when it is being saved for the first time.

    Declaration
    public static void AddingEntity(this IEntity entity)
    Parameters
    Type Name Description
    IEntity entity
    View Source

    UpdatingEntity(IEntity)

    Updates the entity when it is being saved.

    Declaration
    public static void UpdatingEntity(this IEntity entity)
    Parameters
    Type Name Description
    IEntity entity
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • AddingEntity(IEntity)
      • UpdatingEntity(IEntity)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX