C# Class AuScGen.BaseSetings

Datei anzeigen Open project: geeksree/cSharpGeeks

Protected Methods

Method Description
GetValue ( string XMLPath, string key ) : string
GetXmlDoc ( string XMLPath ) : XmlDocument

Method Details

GetValue() protected static method

protected static GetValue ( string XMLPath, string key ) : string
XMLPath string
key string
return string

GetXmlDoc() protected static method

protected static GetXmlDoc ( string XMLPath ) : XmlDocument
XMLPath string
return System.Xml.XmlDocument