Class EntityCreatedEto<TEntityEto>
Inheritance
object
EntityCreatedEto<TEntityEto>
Implements
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.Distributed
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
[GenericEventName(Postfix = ".Created")]
public class EntityCreatedEto<TEntityEto> : 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 Guid?)
Declaration
public virtual bool IsMultiTenant(out Guid? tenantId)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Guid? | tenantId |
Returns
| Type | Description |
|---|---|
| bool |