Interface IEntityEntryAware
Annotates the entities which are aware about their entity entry.
Namespace: Kephas.Data.Capabilities
Assembly: Kephas.Data.dll
Syntax
public interface IEntityEntryAware
Methods
| Improve this Doc View SourceGetEntityEntry()
Gets the entity entry.
Declaration
IEntityEntry GetEntityEntry()
Returns
| Type | Description |
|---|---|
| IEntityEntry | The entity entry. |
SetEntityEntry(IEntityEntry)
Sets the entity entry.
Declaration
void SetEntityEntry(IEntityEntry entityEntry)
Parameters
| Type | Name | Description |
|---|---|---|
| IEntityEntry | entityEntry | The entity entry. |