XmlTransformationAlias Class

Summary

Contains functionality related to XML XSL transformation.
Namespace
Cake.Common.Xml
Base Types
  • object
graph BT Type-->Base0["object"] Type["XmlTransformationAlias"] class Type type-node

Syntax

[CakeAliasCategory("XML")]
public static class XmlTransformationAlias

Attributes

Type Description
CakeAliasCategoryAttribute An attribute used for documentation of alias methods/properties.

Methods

Name Value Summary
XmlTransform(ICakeContext, FilePath, FilePath, FilePath, XmlTransformationSettings) void
Performs XML XSL transformation.
static
XmlTransform(ICakeContext, FilePath, FilePath, FilePath) void
Performs XML XSL transformation.
static
XmlTransform(ICakeContext, string, string, XmlTransformationSettings) string
Performs XML XSL transformation.
static
XmlTransform(ICakeContext, string, string) string
Performs XML XSL transformation.
static

Extension Methods

Name Value Summary
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin