ExcelDnaPackTool Class

Summary

ExcelDnaPack tool.
Assembly
Cake.ExcelDnaPack.dll
Namespace
Cake.ExcelDnaPack
Base Types
graph BT Type-->Base0["Tool<ExcelDnaPackSettings>"] Type["ExcelDnaPackTool"] class Type type-node

Syntax

public class ExcelDnaPackTool : Tool<ExcelDnaPackSettings>

Constructors

Properties

Name Value Summary
CakeLog ICakeLog
Cake log instance.

Methods

Name Value Summary
GetToolExecutableNames() IEnumerable<string>
GetToolName() string
Run(ExcelDnaPackSettings) void
Run the ExcelDnaPack tool using the specified settings.

Extension Methods

Name Value Summary
Dump<ExcelDnaPackTool>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<ExcelDnaPackTool>(ExcelDnaPackTool[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<ExcelDnaPackTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<ExcelDnaPackTool>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<ExcelDnaPackTool>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<ExcelDnaPackTool>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin