Class EntityDeletedEto<TEntityEto>
Inheritance
System.Object
EntityDeletedEto<TEntityEto>
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public class EntityDeletedEto<TEntityEto> : object
Type Parameters
Name |
Description |
TEntityEto |
|
Constructors
EntityDeletedEto(TEntityEto)
Declaration
public EntityDeletedEto(TEntityEto entity)
Parameters
Type |
Name |
Description |
TEntityEto |
entity |
|
Properties
Entity
Declaration
public TEntityEto Entity { get; set; }
Property Value
Type |
Description |
TEntityEto |
|
Extension Methods