Interface IEntityBase
Interface for entities
Inherited Members
IDeleteable.IsMarkedForDelete
IInt32Identity.Id
Namespace: Benday.EfCore.SqlServer
Assembly: Benday.EfCore.SqlServer.dll
Syntax
public interface IEntityBase : IDeleteable, IInt32Identity
Methods
| Edit this page View SourceGetDependentEntities()
Gets collection of dependent (aka. 'child') entities
Declaration
IList<IDependentEntityCollection> GetDependentEntities()
Returns
Type | Description |
---|---|
IList<IDependentEntityCollection> |