C# 클래스 Amazon.Runtime.Internal.Settings.PersistenceManager

파일 보기 프로젝트 열기: aws/aws-sdk-net

공개 메소드들

메소드 설명
GetSetting ( string key ) : string
GetSettings ( string type ) : SettingsCollection
GetSettingsStoreFolder ( ) : string
SaveSettings ( string type, SettingsCollection settings ) : void
SetSetting ( string key, string value ) : void
Watch ( string type ) : SettingsWatcher

비공개 메소드들

메소드 설명
IsEncrypted ( string key ) : bool
PersistenceManager ( ) : System
decryptAnyEncryptedValues ( object>.Dictionary settings ) : void
disableWatcher ( string type ) : void
enableWatcher ( string type ) : void
getFileFromType ( string type ) : string
loadSettingsType ( string type ) : SettingsCollection
saveSettingsType ( string type, SettingsCollection settings ) : void

메소드 상세

GetSetting() 공개 메소드

public GetSetting ( string key ) : string
key string
리턴 string

GetSettings() 공개 메소드

public GetSettings ( string type ) : SettingsCollection
type string
리턴 SettingsCollection

GetSettingsStoreFolder() 공개 정적인 메소드

public static GetSettingsStoreFolder ( ) : string
리턴 string

SaveSettings() 공개 메소드

public SaveSettings ( string type, SettingsCollection settings ) : void
type string
settings SettingsCollection
리턴 void

SetSetting() 공개 메소드

public SetSetting ( string key, string value ) : void
key string
value string
리턴 void

Watch() 공개 메소드

public Watch ( string type ) : SettingsWatcher
type string
리턴 SettingsWatcher