C# Class OnlineVideos.MediaPortal2.Configuration.UserSiteSettingsStore

Inheritance: System.MarshalByRefObject, IUserStore
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2

Méthodes publiques

Méthode 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 méthode

public GetValue ( string key, bool decrypt = false ) : string
key string
decrypt bool
Résultat string

InitializeLifetimeService() public méthode

public InitializeLifetimeService ( ) : object
Résultat object

SaveAll() public méthode

public SaveAll ( ) : void
Résultat void

SetValue() public méthode

public SetValue ( string key, string value, bool encrypt = false ) : void
key string
value string
encrypt bool
Résultat void

UserSiteSettingsStore() public méthode

public UserSiteSettingsStore ( ) : System
Résultat System