C# Class AppHarbor.TransformTester.Transforms.MergeBefore

Inheritance: Merge
Datei anzeigen Open project: appharbor/appharbor-transformtester Class Usage Examples

Public Methods

Method Description
Apply ( XmlElement targetElement, XmlElement transformElement, IList arguments ) : void

Protected Methods

Method Description
Apply ( ) : void
InsertTransformElement ( XmlElement targetElement, XmlElement transformElement ) : void

Method Details

Apply() protected method

protected Apply ( ) : void
return void

Apply() public method

public Apply ( XmlElement targetElement, XmlElement transformElement, IList arguments ) : void
targetElement System.Xml.XmlElement
transformElement System.Xml.XmlElement
arguments IList
return void

InsertTransformElement() protected method

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