Class EntityEventData<TEntity>
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Domain.Entities.Events
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityEventData<TEntity> : IEventDataWithInheritableGenericArgument, IEventDataMayHaveTenantId
Type Parameters
| Name | Description |
|---|---|
| TEntity |
Constructors
EntityEventData(TEntity)
Declaration
public EntityEventData(TEntity entity)
Parameters
| Type | Name | Description |
|---|---|---|
| TEntity | entity |
Properties
Entity
Declaration
public TEntity Entity { get; }
Property Value
| Type | Description |
|---|---|
| TEntity |
Methods
GetConstructorArgs()
Declaration
public virtual object[] GetConstructorArgs()
Returns
| Type | Description |
|---|---|
| object[] |
IsMultiTenant(out Guid?)
Declaration
public virtual bool IsMultiTenant(out Guid? tenantId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid? | tenantId |
Returns
| Type | Description |
|---|---|
| bool |