C# Class AppHarbor.TransformTester.Transforms.MergeBefore

Inheritance: Merge
Afficher le fichier Open project: appharbor/appharbor-transformtester Class Usage Examples

Méthodes publiques

Méthode Description
Apply ( XmlElement targetElement, XmlElement transformElement, IList arguments ) : void

Méthodes protégées

Méthode Description
Apply ( ) : void
InsertTransformElement ( XmlElement targetElement, XmlElement transformElement ) : void

Method Details

Apply() protected méthode

protected Apply ( ) : void
Résultat void

Apply() public méthode

public Apply ( XmlElement targetElement, XmlElement transformElement, IList arguments ) : void
targetElement System.Xml.XmlElement
transformElement System.Xml.XmlElement
arguments IList
Résultat void

InsertTransformElement() protected méthode

protected InsertTransformElement ( XmlElement targetElement, XmlElement transformElement ) : void
targetElement System.Xml.XmlElement
transformElement System.Xml.XmlElement
Résultat void