IEntity
add a certain model-type to the application. Any entity is uniquely identified by its ID. Implementors have to make sure, that no entity of any kind will ever have the same ID as another entity. Compared to a simple IPersistable
like IImage
, an entity adds the following features:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|