Database row for saving a single setting. More...
Properties | |
long | SettingId [get, set] |
string | Key [get, set] |
string | Value [get, set] |
Database row for saving a single setting.
Definition at line 9 of file Setting.cs.
string Foodolini.Database.Setting.Key [get, set] |
Definition at line 12 of file Setting.cs.
long Foodolini.Database.Setting.SettingId [get, set] |
Definition at line 11 of file Setting.cs.
string Foodolini.Database.Setting.Value [get, set] |
Definition at line 13 of file Setting.cs.