C# 클래스 MahTweets.Configuration.AccountSettingsProvider

상속: IAccountSettingsProvider
파일 보기 프로젝트 열기: nickhodge/MahTweets.LawrenceHargrave

공개 메소드들

메소드 설명
AccountSettingsProvider ( ) : System
AccountSettingsProvider ( string docPath ) : System
Reset ( ) : void
Save ( ) : void

비공개 메소드들

메소드 설명
CreateDefaultXmlFile ( ) : System.Xml.Linq.XDocument
DecryptElement ( string encryptedValue, string salt ) : System.Xml.Linq.XElement
DeserializeCredential ( System.Xml.Linq.XElement child ) : Credential
DeserializeDictionary ( string p ) : string>.SerializableDictionary
EncryptValue ( string value, string salt ) : string
SaveActiveStatusHandlers ( ) : void
SaveMicroblogCredentials ( ) : void
SaveStatusHandlerCredentials ( ) : void
SaveUrlShortenerCredentials ( ) : void
SerializeCredential ( Credential child ) : System.Xml.Linq.XElement
SerializeDictionary ( string>.SerializableDictionary dictionary ) : string
SetDocument ( string path ) : void

메소드 상세

AccountSettingsProvider() 공개 메소드

public AccountSettingsProvider ( ) : System
리턴 System

AccountSettingsProvider() 공개 메소드

public AccountSettingsProvider ( string docPath ) : System
docPath string
리턴 System

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Save() 공개 메소드

public Save ( ) : void
리턴 void