Method | Description | |
---|---|---|
AddSetting ( Setting setting ) : bool | ||
DeleteById ( int id ) : bool | ||
DeleteSetting ( Setting setting ) : bool | ||
Dispose ( ) : void | ||
EditSetting ( Setting setting ) : bool | ||
FindBy ( bool>.Expression |
||
FindById ( int id ) : Setting | ||
GetAllSetting ( ) : List |
||
GetSettingValue ( string Key ) : string |
Gets the setting value.
|
|
SettingService ( ) : System |
public DeleteSetting ( Setting setting ) : bool | ||
setting | Setting | |
return | bool |
public EditSetting ( Setting setting ) : bool | ||
setting | Setting | |
return | bool |
public FindBy ( bool>.Expression |
||
predicate | bool>.Expression | |
return | List |
public GetSettingValue ( string Key ) : string | ||
Key | string | The key. |
return | string |