C# Class Beaver.ConfigTransformation.InPlaceTransformer

Based on https://github.com/jdaigle/TransformXml, thanks!
Datei anzeigen Open project: kamsar/Beaver

Public Methods

Method Description
Transform ( string transformationPath, string>.IDictionary parameters, string targetFiles, bool preserveWhitespace = true ) : TransformResult

Private Methods

Method Description
ParameterizeText ( string input, string>.IDictionary parameters ) : string

Method Details

Transform() public static method

public static Transform ( string transformationPath, string>.IDictionary parameters, string targetFiles, bool preserveWhitespace = true ) : TransformResult
transformationPath string
parameters string>.IDictionary
targetFiles string
preserveWhitespace bool
return TransformResult