BaseCommand Class

Assembly
Cake.Liquibase.dll
Namespace
Cake.Liquibase.Runner.LiquibaseCommands
Base Types
  • Object
Derived Types
graph BT Type-->Base0["Object"] Type["BaseCommand"] class Type type-node Derived0["LiquibaseUpdateCommand"]-->Type click Derived0 "/api/Cake.Liquibase.Runner.LiquibaseCommands/LiquibaseUpdateCommand"

Syntax

public abstract class BaseCommand

Constructors

Name Summary
BaseCommand()

Methods

Name Value Summary
ToString() string

Extension Methods

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