C# Class EPiCode.Relations.Core.Settings

显示文件 Open project: BVNetwork/Relations Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
GetSettingValue ( string key ) : string
SaveSetting ( string key, string value ) : void
Settings ( ) : System
Settings ( string key, string value ) : System

Protected Methods

Method Description
Initialize ( ) : void

Method Details

GetSettingValue() public static method

public static GetSettingValue ( string key ) : string
key string
return string

Initialize() protected method

protected Initialize ( ) : void
return void

SaveSetting() public static method

public static SaveSetting ( string key, string value ) : void
key string
value string
return void

Settings() public method

public Settings ( ) : System
return System

Settings() public method

public Settings ( string key, string value ) : System
key string
value string
return System