ArgumentBinderAliases Class

Assembly
Cake.ArgumentBinder.dll
Namespace
Cake.ArgumentBinder
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["ArgumentBinderAliases"] class Type type-node

Syntax

public static class ArgumentBinderAliases

Attributes

Type Description
CakeAliasCategoryAttribute

Methods

Name Value Summary
ArgumentConfigToString<T>(ICakeContext, T) string
Takes in an object that has arguments binded to it, and creates a string-representation of the class.
static
CreateFromArguments<T>(ICakeContext, object[]) T
Creates an instance of a class that can bind arguments to.
static

Extension Methods

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