|
static void | Save () |
|
static Dictionary< string, FilterRule > | GetFilterRules () |
|
static void | AddFilterRule (FilterRule filterRule) |
|
static void | RemoveFilterRule (string includeFilterMask) |
|
static string | GetFilePath () |
|
static bool | Get (string name, bool value) |
|
static byte | Get (string name, byte value) |
|
static sbyte | Get (string name, sbyte value) |
|
static char | Get (string name, char value) |
|
static decimal | Get (string name, decimal value) |
|
static double | Get (string name, double value) |
|
static float | Get (string name, float value) |
|
static int | Get (string name, int value) |
|
static uint | Get (string name, uint value) |
|
static long | Get (string name, long value) |
|
static ulong | Get (string name, ulong value) |
|
static short | Get (string name, short value) |
|
static ushort | Get (string name, ushort value) |
|
static string | Get (string name, string value) |
|
static void | Set (string name, string value) |
|
Definition at line 20 of file ConfigSetting.cs.
◆ AddFilterRule()
static void EaseFilter.CommonObjects.ConfigSetting.AddFilterRule |
( |
FilterRule |
filterRule | ) |
|
|
static |
◆ Get() [1/14]
static bool EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
bool |
value |
|
) |
| |
|
static |
◆ Get() [2/14]
static byte EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
byte |
value |
|
) |
| |
|
static |
◆ Get() [3/14]
static sbyte EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
sbyte |
value |
|
) |
| |
|
static |
◆ Get() [4/14]
static char EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
char |
value |
|
) |
| |
|
static |
◆ Get() [5/14]
static decimal EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
decimal |
value |
|
) |
| |
|
static |
◆ Get() [6/14]
static double EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
double |
value |
|
) |
| |
|
static |
◆ Get() [7/14]
static float EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
float |
value |
|
) |
| |
|
static |
◆ Get() [8/14]
static int EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
int |
value |
|
) |
| |
|
static |
◆ Get() [9/14]
static uint EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
uint |
value |
|
) |
| |
|
static |
◆ Get() [10/14]
static long EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
long |
value |
|
) |
| |
|
static |
◆ Get() [11/14]
static ulong EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
ulong |
value |
|
) |
| |
|
static |
◆ Get() [12/14]
static short EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
short |
value |
|
) |
| |
|
static |
◆ Get() [13/14]
static ushort EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
ushort |
value |
|
) |
| |
|
static |
◆ Get() [14/14]
static string EaseFilter.CommonObjects.ConfigSetting.Get |
( |
string |
name, |
|
|
string |
value |
|
) |
| |
|
static |
◆ GetFilePath()
static string EaseFilter.CommonObjects.ConfigSetting.GetFilePath |
( |
| ) |
|
|
static |
◆ GetFilterRules()
static Dictionary<string, FilterRule> EaseFilter.CommonObjects.ConfigSetting.GetFilterRules |
( |
| ) |
|
|
static |
◆ RemoveFilterRule()
static void EaseFilter.CommonObjects.ConfigSetting.RemoveFilterRule |
( |
string |
includeFilterMask | ) |
|
|
static |
◆ Save()
static void EaseFilter.CommonObjects.ConfigSetting.Save |
( |
| ) |
|
|
static |
◆ Set()
static void EaseFilter.CommonObjects.ConfigSetting.Set |
( |
string |
name, |
|
|
string |
value |
|
) |
| |
|
static |
The documentation for this class was generated from the following file: