BaseArguments Class

Assembly
Cake.CloudFormation.dll
Namespace
Cake.CloudFormation
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type["BaseArguments"] class Type type-node Derived0["DeployArguments"]-->Type click Derived0 "/api/Cake.CloudFormation/DeployArguments"

Syntax

public class BaseArguments

Constructors

Name Summary
BaseArguments()

Properties

Name Value Summary
ArgumentCustomization Dictionary<string, string>
Profile string

Methods

Extension Methods

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