This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.XdtTransform.
Summary
Contains functionality for working with XDT transformations.
- Assembly
- Cake
.XdtTransform .dll - Namespace
- Cake
.XdtTransform - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["XdtTransformationAlias"]
class Type type-node
Syntax
public static class XdtTransformationAlias
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
XdtTransformConfig |
void |
Transforms configuration files using XDT Transform library.
static
|
XdtTransformConfig |
void |
Transforms configuration files using XDT Transform library.
static
|
XdtTransformConfig |
void |
Transforms configuration files using XDT Transform library using the specified transformation source. The transformation source can be a file, a transform document, or a document fragment.
static
|
XdtTransformConfig |
void |
Transforms configuration files using XDT Transform library.
static
|
XdtTransformConfig |
void |
Transforms configuration files using XDT Transform library using the specified transformation source. The transformation source can be a file, a transform document, or a document fragment.
static
|
Xdt |
XdtTransformationLog |
Transforms configuration files using XDT Transform library and returns transformation log
static
|
Xdt |
void |
Transforms configuration files using XDT Transform library, allows you to pass a custom logger
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|