C# 클래스 Dev2.Runtime.Configuration.Tests.XML.XmlResource

Utility class for retrieving embedded XML resources. The target XML files must be in the same folder as this class with their build action set to "Embedded Resource".
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
Fetch ( string name ) : System.Xml.Linq.XElement

Fetches the contents of the embedded XML file with the specified name.

메소드 상세

Fetch() 공개 정적인 메소드

Fetches the contents of the embedded XML file with the specified name.
public static Fetch ( string name ) : System.Xml.Linq.XElement
name string The name of the XML file excluding extension.
리턴 System.Xml.Linq.XElement