Class EntityExtensions
Inheritance
System.Object
Namespace: Umbraco.Extensions
Assembly: Umbraco.Core.dll
Syntax
public static class EntityExtensions
Methods
View SourceAddingEntity(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 |
UpdatingEntity(IEntity)
Updates the entity when it is being saved.
Declaration
public static void UpdatingEntity(this IEntity entity)
Parameters
Type | Name | Description |
---|---|---|
IEntity | entity |