AuthenticationService  v0.2.0
Properties | List of all members
Joutsen.Authentication.ModificationTrackable Interface 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...
 
long LastModifierId [get, set]
 The Id of the userwho performed the latest changes to the object. More...
 
- Properties inherited from Joutsen.Authentication.CreationTrackable
DateTime CreationTime [get, set]
 The time the object was created. More...
 
long 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.1.0

Property Documentation

◆ LastModificationTime

DateTime Joutsen.Authentication.ModificationTrackable.LastModificationTime
getset

The time of the latest changes to the object.

◆ LastModifierId

long Joutsen.Authentication.ModificationTrackable.LastModifierId
getset

The Id of the userwho performed the latest changes to the object.