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.ArgumentBinder.
- Assembly
- Cake
.ArgumentBinder .dll - Namespace
- Cake
.ArgumentBinder - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ArgumentBinder"]
class Type type-node
Syntax
public static class ArgumentBinder
Methods
Name | Value | Summary |
---|---|---|
ConfigToStringHelper |
string |
Helper function that creates a string representation of configured values
on a class that we can bind arguments to.
static
|
FromArguments |
T |
Creates an instance of a class that can bind arguments to.
static
|
GetDescription |
string |
Creates a Cake Description string that can be put into
a Task's Description function during a printout of "cake --showdescription".
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|