Class EntityEto<TKey>
Inheritance
object
EntityEto<TKey>
Implements
IEntityEto<TKey>
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.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 |