IOutput Interface

Summary

General output. Common to all IOutputParser<T>s.
graph BT Type["IOutput"] class Type type-node Implementing0["IHashOutput"]-.->Type click Implementing0 "/api/Cake.SevenZip.Parsers/IHashOutput" Implementing1["IListOutput"]-.->Type click Implementing1 "/api/Cake.SevenZip.Parsers/IListOutput" Implementing2["ITestOutput"]-.->Type click Implementing2 "/api/Cake.SevenZip.Parsers/ITestOutput" Implementing3["IBenchmarkOutput"]-.->Type click Implementing3 "/api/Cake.SevenZip.Parsers/IBenchmarkOutput" Implementing4["IInformationOutput"]-.->Type click Implementing4 "/api/Cake.SevenZip.Parsers/IInformationOutput"

Syntax

public interface IOutput

Attributes

Type Description
NullableContextAttribute

Properties

Name Value Summary
Information string
Gets the information (version etc.) from 7z.

Extension Methods

Name Value Summary
Dump<IOutput>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<IOutput>(IOutput[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<IOutput>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<IOutput>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<IOutput>(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<IOutput>(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