Direction Class

Summary

Determines if the Provider is a source or destination
Assembly
Cake.MsDeploy.dll
Namespace
Cake.MsDeploy.Providers
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["Direction"] class Type type-node

Syntax

public sealed class Direction : Enum

Fields

Name Constant Value Summary
dest 1
The destination object for the operation.
static
source 0
The source object for the operation (required).
static
value__

Extension Methods

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