C# Class Habanero.DB.DatabaseSettings.Setting

Stores some simple settings
Show file Open project: Chillisoft/habanero

Public Methods

Method 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 method

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

Setting() public method

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