C# 클래스 AppHarbor.TransformTester.Transforms.Merge

상속: Transform
파일 보기 프로젝트 열기: appharbor/appharbor-transformtester 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( XmlElement targetElement, XmlElement transformElement ) : void
Merge ( ) : System.Linq

보호된 메소드들

메소드 설명
Apply ( ) : void
InsertTransformElement ( XmlElement targetElement, XmlElement transformElement ) : void

메소드 상세

Apply() 보호된 메소드

protected Apply ( ) : void
리턴 void

Apply() 공개 메소드

public Apply ( XmlElement targetElement, XmlElement transformElement ) : void
targetElement System.Xml.XmlElement
transformElement System.Xml.XmlElement
리턴 void

InsertTransformElement() 보호된 메소드

protected InsertTransformElement ( XmlElement targetElement, XmlElement transformElement ) : void
targetElement System.Xml.XmlElement
transformElement System.Xml.XmlElement
리턴 void

Merge() 공개 메소드

public Merge ( ) : System.Linq
리턴 System.Linq