Show / Hide Table of Contents

Class EntityCreatedEto<TEntityEto>

Inheritance
System.Object
EntityCreatedEto<TEntityEto>
Implements
IEventDataMayHaveTenantId
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityCreatedEto<TEntityEto> : object, IEventDataMayHaveTenantId
Type Parameters
Name Description
TEntityEto

Constructors

EntityCreatedEto(TEntityEto)

Declaration
public EntityCreatedEto(TEntityEto entity)
Parameters
Type Name Description
TEntityEto entity

Properties

Entity

Declaration
public TEntityEto Entity { get; set; }
Property Value
Type Description
TEntityEto

Methods

IsMultiTenant(out Nullable<Guid>)

Declaration
public virtual bool IsMultiTenant(out Guid? tenantId)
Parameters
Type Name Description
System.Nullable<Guid> tenantId
Returns
Type Description
System.Boolean

Implements

IEventDataMayHaveTenantId

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