C# 클래스 NuGet.UserSettings

상속: ISettings
파일 보기 프로젝트 열기: grendello/nuget 1 사용 예제들

공개 메소드들

메소드 설명
DeleteValue ( string section, string key ) : void
GetValue ( string section, string key ) : string
GetValues ( string section ) : string>.IDictionary
SetValue ( string section, string key, string value ) : void
UserSettings ( IFileSystem fileSystem ) : System

비공개 메소드들

메소드 설명
Save ( System.Xml.Linq.XDocument document ) : void

메소드 상세

DeleteValue() 공개 메소드

public DeleteValue ( string section, string key ) : void
section string
key string
리턴 void

GetValue() 공개 메소드

public GetValue ( string section, string key ) : string
section string
key string
리턴 string

GetValues() 공개 메소드

public GetValues ( string section ) : string>.IDictionary
section string
리턴 string>.IDictionary

SetValue() 공개 메소드

public SetValue ( string section, string key, string value ) : void
section string
key string
value string
리턴 void

UserSettings() 공개 메소드

public UserSettings ( IFileSystem fileSystem ) : System
fileSystem IFileSystem
리턴 System