C# 클래스 BExIS.Web.Shell.Areas.DDM.Helpers.helper

파일 보기 프로젝트 열기: BEXIS2/Core

공개 메소드들

메소드 설명
GetElementsByAttribute ( System.Xml.Linq.XDocument xDoc, string attribute, string value ) : IEnumerable

Create a list of Parents nodes from an XML document

GetElementsByAttribute ( System.Xml.Linq.XElement element, string attribute, string value ) : IEnumerable

Create a list of childs from an XML document

메소드 상세

GetElementsByAttribute() 공개 정적인 메소드

Create a list of Parents nodes from an XML document
public static GetElementsByAttribute ( System.Xml.Linq.XDocument xDoc, string attribute, string value ) : IEnumerable
xDoc System.Xml.Linq.XDocument An XML Document
attribute string Description of a node
value string Value that is searching
리턴 IEnumerable

GetElementsByAttribute() 공개 정적인 메소드

Create a list of childs from an XML document
public static GetElementsByAttribute ( System.Xml.Linq.XElement element, string attribute, string value ) : IEnumerable
element System.Xml.Linq.XElement an XElement
attribute string an Attribute name
value string value of the attribute
리턴 IEnumerable