10 [CollectionName(
"Settings")]
15 private string objectId =
null;
16 private string key =
string.Empty;
41 set => this.objectId = value;
50 set => this.key = value;
Base abstract class for settings.
Setting()
Base abstract class for settings.
Setting(string Key)
Base abstract class for settings.
abstract object GetValueObject()
Gets the value of the setting, as an object.
TypeNameSerialization
How the type name should be serialized.