Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Static Public Member Functions | List of all members
Lucene.Net.Support.AppSettings Class Reference

More...

Static Public Member Functions

static void Set (System.String key, int defValue)
 
 
static void Set (System.String key, long defValue)
 
 
static void Set (System.String key, System.String defValue)
 
 
static void Set (System.String key, bool defValue)
 
 
static int Get (System.String key, int defValue)
 
 
static long Get (System.String key, long defValue)
 
 
static System.String Get (System.String key, System.String defValue)
 
 
static bool Get (System.String key, bool defValue)
 

Detailed Description

Definition at line 30 of file AppSettings.cs.

Member Function Documentation

static int Lucene.Net.Support.AppSettings.Get ( System.String  key,
int  defValue 
)
static

Parameters
key
defValue
Returns

Definition at line 80 of file AppSettings.cs.

static long Lucene.Net.Support.AppSettings.Get ( System.String  key,
long  defValue 
)
static

Parameters
key
defValue
Returns

Definition at line 103 of file AppSettings.cs.

static System.String Lucene.Net.Support.AppSettings.Get ( System.String  key,
System.String  defValue 
)
static

Parameters
key
defValue
Returns

Definition at line 126 of file AppSettings.cs.

static bool Lucene.Net.Support.AppSettings.Get ( System.String  key,
bool  defValue 
)
static

Definition at line 142 of file AppSettings.cs.

static void Lucene.Net.Support.AppSettings.Set ( System.String  key,
int  defValue 
)
static

Parameters
key
defValue

Definition at line 39 of file AppSettings.cs.

static void Lucene.Net.Support.AppSettings.Set ( System.String  key,
long  defValue 
)
static

Parameters
key
defValue

Definition at line 49 of file AppSettings.cs.

static void Lucene.Net.Support.AppSettings.Set ( System.String  key,
System.String  defValue 
)
static

Parameters
key
defValue

Definition at line 59 of file AppSettings.cs.

static void Lucene.Net.Support.AppSettings.Set ( System.String  key,
bool  defValue 
)
static

Parameters
key
defValue

Definition at line 69 of file AppSettings.cs.


The documentation for this class was generated from the following file: