C# Class vlko.core.Base.Setting.DatabaseSettingProvider

Inheritance: ISettingProvider
Datei anzeigen Open project: vlko/vlko

Public Methods

Method Description
GetValue ( string name, string &value ) : bool

Gets the value.

SaveValue ( string name, string value ) : void

Saves the value for specified name.

Method Details

GetValue() public method

Gets the value.
public GetValue ( string name, string &value ) : bool
name string The name.
value string The value.
return bool

SaveValue() public method

Saves the value for specified name.
public SaveValue ( string name, string value ) : void
name string The name.
value string The value.
return void