C# Class OnlineVideos.MediaPortal2.Configuration.UserSiteSettingsStore

Inheritance: System.MarshalByRefObject, IUserStore
Mostrar archivo Open project: offbyoneBB/mp-onlinevideos2

Public Methods

Method Description
GetValue ( string key, bool decrypt = false ) : string
InitializeLifetimeService ( ) : object
SaveAll ( ) : void
SetValue ( string key, string value, bool encrypt = false ) : void
UserSiteSettingsStore ( ) : System

Method Details

GetValue() public method

public GetValue ( string key, bool decrypt = false ) : string
key string
decrypt bool
return string

InitializeLifetimeService() public method

public InitializeLifetimeService ( ) : object
return object

SaveAll() public method

public SaveAll ( ) : void
return void

SetValue() public method

public SetValue ( string key, string value, bool encrypt = false ) : void
key string
value string
encrypt bool
return void

UserSiteSettingsStore() public method

public UserSiteSettingsStore ( ) : System
return System