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.ExcelDnaPack.
Summary
Contains settings used by
ExcelDnaPackTool
.
- Assembly
- Cake
.ExcelDnaPack .dll - Namespace
- Cake
.ExcelDnaPack - Base Types
-
- ToolSettings
graph BT
Type-->Base0["ToolSettings"]
Type["ExcelDnaPackSettings"]
class Type type-node
Syntax
public class ExcelDnaPackSettings : ToolSettings
Constructors
Name | Summary |
---|---|
ExcelDnaPackSettings |
Properties
Name | Value | Summary |
---|---|---|
DnaFilePath | FilePath |
The path to the primary .dna file for the Excel-DNA add-in.
|
NoCompression | Nullable |
Disable compression (LZMA) of resources.
|
NoMultiThreading | Nullable |
Disable multi-threading to ensure deterministic order of packing.
|
OutputXllFilePath | FilePath |
The output path for the packed .xll file. Default is
DnaFilePath -packed.xll.
|
Prompt |
Nullable |
Enable interactive prompt to overwrite the output .xll file, if it already exists.
Defaults to
if .
|
Extension Methods
Name | Value | Summary |
---|---|---|
Dump |
string |
Get a basic string representation of specified object.
From LoggingExtensions
Requires the Cake.Incubator addin
|
IsIn |
bool |
Checks if the source is contained in a list
From EnumerableExtensions
Requires the Cake.Incubator addin
|
NoCompression |
ExcelDnaPackSettings |
Disable compression (LZMA) of resources
Requires the Cake.ExcelDnaPack addin
|
NoMultiThreading |
ExcelDnaPackSettings |
Disable multi-threading to ensure deterministic order of packing
Requires the Cake.ExcelDnaPack addin
|
NotNull |
void |
Throws an exception if the specified parameter's value is null.
From Extensions
Requires the Cake.Ftp addin
|
NotNull |
void |
From IssuesArgumentChecks
Requires the Cake.Issues addin
|
Prompt |
ExcelDnaPackSettings |
Enable interactive prompt to overwrite the output .xll file, if it already exists.
Requires the Cake.ExcelDnaPack addin
|
SetDnaFilePath |
ExcelDnaPackSettings |
Set the path to the primary .dna file for the Excel-DNA add-in
Requires the Cake.ExcelDnaPack addin
|
SetOutputXllFilePath |
ExcelDnaPackSettings |
Set the output path for the packed .xll file. Default is
DnaFilePath -packed.xll.
Requires the Cake.ExcelDnaPack addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ThrowIfNull |
T |
Throws a
System.ArgumentNullException if the value is null, otherwise returns the value
From AssertExtensions
Requires the Cake.Incubator addin
|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|