SkipAction Enum

Summary

Including this setting causes the skip to be handled as a skip rule, thus avoiding the actions from being performed on the objects identified by the other settings.
Namespace
Cake.MsDeploy.Directives
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["SkipAction"] class Type type-node

Syntax

public enum SkipAction

Fields

Name Constant Value Summary
AddChild 2
Add Child Skip Action
static
Delete 1
Delete Skip Action
static
Update 0
update Skip Action
static