Class Entity
Inheritance
System.Object
Entity
Assembly: Volo.Abp.Ddd.Domain.dll
Syntax
public abstract class Entity : object, IEntity
Methods
EntityEquals(IEntity)
Declaration
public bool EntityEquals(IEntity other)
Parameters
| Type |
Name |
Description |
| IEntity |
other |
|
Returns
| Type |
Description |
| System.Boolean |
|
GetKeys()
Declaration
public abstract object[] GetKeys()
Returns
| Type |
Description |
| System.Object[] |
|
ToString()
Declaration
public override string ToString()
Returns
| Type |
Description |
| System.String |
|
Implements
Extension Methods