Show / Hide Table of Contents

Class EntityCreatingEventData<TEntity>

This type of event is used to notify just before creation of an Entity.

Inheritance
System.Object
EntityEventData<TEntity>
EntityChangingEventData<TEntity>
EntityCreatingEventData<TEntity>
Implements
IEventDataWithInheritableGenericArgument
Inherited Members
EntityEventData<TEntity>.Entity
EntityEventData<TEntity>.GetConstructorArgs()
Namespace: Volo.Abp.Domain.Entities.Events
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityCreatingEventData<TEntity> : EntityChangingEventData<TEntity>, IEventDataWithInheritableGenericArgument
Type Parameters
Name Description
TEntity

Entity type

Constructors

EntityCreatingEventData(TEntity)

Constructor.

Declaration
public EntityCreatingEventData(TEntity entity)
Parameters
Type Name Description
TEntity entity

The entity which is being created

Implements

IEventDataWithInheritableGenericArgument

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft