C# Class mobSocial.Services.Configuration.XmlConfigurationFileService

Inheritance: IConfigurationFileService
显示文件 Open project: mobsoftware/mobsocial

Public Methods

Method Description
ReadFile ( string filePath, bool throwExceptionIfFileNotFound = false ) : string>.IDictionary
WriteFile ( string savePath, string>.IDictionary configurationValues, bool overwriteIfFileExists = true ) : void

Method Details

ReadFile() public method

public ReadFile ( string filePath, bool throwExceptionIfFileNotFound = false ) : string>.IDictionary
filePath string
throwExceptionIfFileNotFound bool
return string>.IDictionary

WriteFile() public method

public WriteFile ( string savePath, string>.IDictionary configurationValues, bool overwriteIfFileExists = true ) : void
savePath string
configurationValues string>.IDictionary
overwriteIfFileExists bool
return void