C# Class SobekCM.Core.Settings.Simple_Setting

Mostrar archivo Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Public Methods

Method Description
ShouldSerializeSettingID ( ) : bool

Method suppresses XML Serialization of the SettingID property if it is empty (or -1)

Simple_Setting ( ) : System

Constructor for a new instance of the Simple_Setting class

Simple_Setting ( string Key, string Value, short SettingID ) : System

Constructor for a new instance of the Simple_Setting class

Method Details

ShouldSerializeSettingID() public method

Method suppresses XML Serialization of the SettingID property if it is empty (or -1)
public ShouldSerializeSettingID ( ) : bool
return bool

Simple_Setting() public method

Constructor for a new instance of the Simple_Setting class
public Simple_Setting ( ) : System
return System

Simple_Setting() public method

Constructor for a new instance of the Simple_Setting class
public Simple_Setting ( string Key, string Value, short SettingID ) : System
Key string Name / key for this database setting
Value string Current value for this setting
SettingID short Unique key to this setting
return System