Feature Class

Namespace
Cake.Features
Base Types
  • object
Derived Types
graph BT Type-->Base0["object"] Type["Feature"] class Type type-node Derived0["BuildFeature"]-->Type click Derived0 "/api/Cake.Features.Building/BuildFeature" Derived1["BootstrapFeature"]-->Type click Derived1 "/api/Cake.Features.Bootstrapping/BootstrapFeature"

Syntax

public abstract class Feature

Constructors

Methods

Extension Methods

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