SwitchCompressionMethodBuilder Class

Summary

Extensions for all Builders that support ISupportSwitchCompressionMethod.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["SwitchCompressionMethodBuilder"] class Type type-node

Syntax

public static class SwitchCompressionMethodBuilder

Attributes

Type Description
NullableContextAttribute
NullableAttribute

Methods

Name Value Summary
WithCompressionMethod<T>(T, Action<SwitchCompressionMethod>) T
fluent setter for ISupportSwitchCompressionMethod using an action.
static
WithCompressionMethodLevel<T>(T, int) T
fluent setter for the method of ISupportSwitchCompressionMethod.
static
WithCompressionMethodMethod<T>(T, string) T
fluent setter for the method of ISupportSwitchCompressionMethod.
static

Extension Methods

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

See Also