Class EntityEto<TKey>
Implements
IEntityEto<TKey>
Inherited Members
Namespace: Volo.Abp.Domain.Entities.Events.Distributed
Assembly: Volo.Abp.Ddd.Domain.Shared.dll
Syntax
public abstract class EntityEto<TKey> : IEntityEto<TKey>
Type Parameters
Name | Description |
---|---|
TKey |
Constructors
EntityEto()
Declaration
protected EntityEto()
Properties
Id
Declaration
public TKey Id { get; set; }
Property Value
Type | Description |
---|---|
TKey |