C# 클래스 OnlineVideos.MediaPortal2.Configuration.UserSiteSettingsStore

상속: System.MarshalByRefObject, IUserStore
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2

공개 메소드들

메소드 설명
GetValue ( string key, bool decrypt = false ) : string
InitializeLifetimeService ( ) : object
SaveAll ( ) : void
SetValue ( string key, string value, bool encrypt = false ) : void
UserSiteSettingsStore ( ) : System

메소드 상세

GetValue() 공개 메소드

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

InitializeLifetimeService() 공개 메소드

public InitializeLifetimeService ( ) : object
리턴 object

SaveAll() 공개 메소드

public SaveAll ( ) : void
리턴 void

SetValue() 공개 메소드

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

UserSiteSettingsStore() 공개 메소드

public UserSiteSettingsStore ( ) : System
리턴 System