C# 클래스 TRX_Merger.Utilities.ExtensionMethods

파일 보기 프로젝트 열기: rndsolutions/trx-merger

공개 메소드들

메소드 설명
GetAttributeValue ( this elem, string attribute ) : string
SetDefaultXmlNamespace ( this xelem, System.Xml.Linq.XNamespace xmlns ) : void

메소드 상세

GetAttributeValue() 공개 정적인 메소드

public static GetAttributeValue ( this elem, string attribute ) : string
elem this
attribute string
리턴 string

SetDefaultXmlNamespace() 공개 정적인 메소드

public static SetDefaultXmlNamespace ( this xelem, System.Xml.Linq.XNamespace xmlns ) : void
xelem this
xmlns System.Xml.Linq.XNamespace
리턴 void