Simple_Setting Class
Simple setting object holds the key, the value, and the ID
Namespace: SobekCM.Core.SettingsAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[ProtoContractAttribute]
[DataContractAttribute]
public class Simple_Setting |
Inheritance Hierarchy
Constructors
Methods
| Name | Description |
---|
| ShouldSerializeSettingID | Method suppresses XML Serialization of the SettingID property if it is empty (or -1) |
Fields
| Name | Description |
---|
| Key | Name / key for this database setting |
| SettingID | Unique key to this setting |
| Value | Current value for this setting |
See Also