C# Class Habanero.DB.DatabaseSettings.Setting

Stores some simple settings
Afficher le fichier Open project: Chillisoft/habanero

Méthodes publiques

Méthode Description
IsExpired ( ) : bool

Indicates if the stored time is more than 10 minutes old

Setting ( System.DateTime time, object value ) : System

Constructor to initialise the setting

Method Details

IsExpired() public méthode

Indicates if the stored time is more than 10 minutes old
public IsExpired ( ) : bool
Résultat bool

Setting() public méthode

Constructor to initialise the setting
public Setting ( System.DateTime time, object value ) : System
time System.DateTime The time
value object The value
Résultat System