Skip to content

anwarahmed/entity-model

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

DoubleA.EntityModel

This library provides a very simple entity structure that can be used with an ORM like EntityFramework.

Interfaces

  • IKeyedEntity

    Represents an entity with a unique key.
  • IArchivableEntity

    Represents an entity that is archivable (and usually not deletable).

Abstract Implementations

  • KeyedEntity

    Provides a very simple abstract implementation of IKeyedEntity.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages