9 [CollectionName(
"UserSettings")]
11 [Index(
"User",
"Key")]
12 [Index(
"Key",
"User")]
15 private string objectId =
null;
16 private string user =
string.Empty;
17 private string key =
string.Empty;
44 set => this.objectId = value;
53 set => this.user = value;
62 set => this.key = value;
Base abstract class for user settings.
UserSetting(string User, string Key)
Base abstract class for user settings.
abstract object GetValueObject()
Gets the value of the setting, as an object.
UserSetting()
Base abstract class for user settings.
TypeNameSerialization
How the type name should be serialized.