Class Entity
Inheritance
Entity
Implements
Inherited Members
Namespace: Volo.Abp.Domain.Entities
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class Entity : IEntity
Constructors
Entity()
Declaration
protected Entity()
Methods
EntityEquals(IEntity)
Declaration
public bool EntityEquals(IEntity other)
Parameters
| Type | Name | Description |
|---|---|---|
| IEntity | other |
Returns
| Type | Description |
|---|---|
| bool |
GetKeys()
Declaration
public abstract object?[] GetKeys()
Returns
| Type | Description |
|---|---|
| object[] |
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |