Joutsen Persistence v0.3.0+1-ga730d6d
Properties | List of all members
Joutsen.Persistence.ModificationTrackable< IdType > Interface Template Reference

An interface representing a database object that stores information about its last modification. More...

Properties

DateTime LastModificationTime [get, set]
 The time of the latest changes to the object. More...
 
IdType LastModifierId [get, set]
 The Id of the user who performed the latest changes to the object. More...
 
- Properties inherited from Joutsen.Persistence.CreationTrackable< IdType >
DateTime CreationTime [get, set]
 The time the object was created. More...
 
IdType CreatorId [get, set]
 The Id of the user who created the object. More...
 

Detailed Description

An interface representing a database object that stores information about its last modification.

Since
0.3.0

Property Documentation

◆ LastModificationTime

DateTime Joutsen.Persistence.ModificationTrackable< IdType >.LastModificationTime
getset

The time of the latest changes to the object.

◆ LastModifierId

IdType Joutsen.Persistence.ModificationTrackable< IdType >.LastModifierId
getset

The Id of the user who performed the latest changes to the object.