C# Class Paralect.Config.XsltTransformer

显示文件 Open project: paralect/Paralect.Config Class Usage Examples

Public Methods

Method Description
Transform ( ) : void
XsltTransformer ( String xsltPath, String outputPath, KeyValueConfigurationCollection settings ) : System

Initializes a new instance of the T:System.Object class.

Method Details

Transform() public method

public Transform ( ) : void
return void

XsltTransformer() public method

Initializes a new instance of the T:System.Object class.
public XsltTransformer ( String xsltPath, String outputPath, KeyValueConfigurationCollection settings ) : System
xsltPath String
outputPath String
settings System.Configuration.KeyValueConfigurationCollection
return System