XmlPokeAliases Class

Summary

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

Syntax

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

Attributes

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

Methods

Name Value Summary
XmlPoke(ICakeContext, FilePath, string, string, XmlPokeSettings) void
Set the value of, or remove, target nodes.
static
XmlPoke(ICakeContext, FilePath, string, string) void
Set the value of, or remove, target nodes.
static
XmlPokeString(ICakeContext, string, string, string, XmlPokeSettings) string
Set the value of, or remove, target nodes.
static
XmlPokeString(ICakeContext, string, string, string) string
Set the value of, or remove, target nodes.
static

Extension Methods

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