Direction Enum

Summary

Determines if the Provider is a source or destination
Namespace
Cake.MsDeploy.Providers
Interfaces
  • IComparable
  • IFormattable
  • IConvertible
Base Types
  • object
  • ValueType
  • Enum
graph TD Base0["Enum"]-->Type Base1["ValueType"]-->Base0 Base2["object"]-->Base1 Interface0["IComparable"]-.->Type Interface1["IFormattable"]-.->Type Interface2["IConvertible"]-.->Type Type["Direction"] class Type type-node

Syntax

public enum Direction

Fields

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