C# 클래스 Habanero.DB.DatabaseSettings.Setting

Stores some simple settings
파일 보기 프로젝트 열기: Chillisoft/habanero

공개 메소드들

메소드 설명
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

메소드 상세

IsExpired() 공개 메소드

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

Setting() 공개 메소드

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