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

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

Properties

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 creation.

Since
0.3.0

Property Documentation

◆ CreationTime

DateTime Joutsen.Persistence.CreationTrackable< IdType >.CreationTime
getset

The time the object was created.

◆ CreatorId

IdType Joutsen.Persistence.CreationTrackable< IdType >.CreatorId
getset

The Id of the user who created the object.