C# 클래스 SobekCM.Core.Settings.Simple_Setting

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

ShouldSerializeSettingID() 공개 메소드

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

Simple_Setting() 공개 메소드

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

Simple_Setting() 공개 메소드

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
리턴 System