Class EntityEventData<TEntity>
Inheritance
EntityEventData<TEntity>
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityEventData<TEntity> : IEventDataWithInheritableGenericArgument, IEventDataMayHaveTenantId
Type Parameters
Constructors
EntityEventData(TEntity)
Declaration
public EntityEventData(TEntity entity)
Parameters
Type |
Name |
Description |
TEntity |
entity |
|
Properties
Entity
Declaration
public TEntity Entity { get; }
Property Value
Methods
GetConstructorArgs()
Declaration
public virtual object[] GetConstructorArgs()
Returns
IsMultiTenant(out Guid?)
Declaration
public virtual bool IsMultiTenant(out Guid? tenantId)
Parameters
Type |
Name |
Description |
Guid? |
tenantId |
|
Returns
Implements
Extension Methods