IStateFilter Interface

graph BT Type["IStateFilter"] class Type type-node Implementing0["ListUnitFilesSettings"]-.->Type click Implementing0 "/api/Cake.Systemctl.Settings/ListUnitFilesSettings" Implementing1["ListUnitsSettings"]-.->Type click Implementing1 "/api/Cake.Systemctl.Settings/ListUnitsSettings"

Syntax

public interface IStateFilter

Properties

Name Value Summary
State string
A state of unit to filter

Extension Methods

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