AuthenticationService  v0.2.0
Properties | List of all members
Joutsen.Authentication.CreationTrackable Interface 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...
 
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 creation.

Since
0.1.0

Property Documentation

◆ CreationTime

DateTime Joutsen.Authentication.CreationTrackable.CreationTime
getset

The time the object was created.

◆ CreatorId

long Joutsen.Authentication.CreationTrackable.CreatorId
getset

The Id of the user who created the object.