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

Syntax

public static class SwitchCompressionMethodBuilder

Methods

Name Return 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

See Also