ExcelDnaPackAliases Class

Summary

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

Syntax

public static class ExcelDnaPackAliases

Attributes

Type Description
CakeAliasCategoryAttribute
CakeNamespaceImportAttribute

Methods

Name Value Summary
ExcelDnaPack(ICakeContext, Action<ExcelDnaPackSettings>) void
Run the ExcelDnaPack tool using the settings returned by a configurator.
static
ExcelDnaPack(ICakeContext, ExcelDnaPackSettings) void
Run the ExcelDnaPack tool using the specified settings.
static
ExcelDnaPack(ICakeContext, FilePath, Action<ExcelDnaPackSettings>) void
Run the ExcelDnaPack tool using the settings returned by a configurator.
static
ExcelDnaPack(ICakeContext, FilePath) void
Run the ExcelDnaPack tool with default settings.
static

Extension Methods

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