Summary
Specifies the parameter kind.
- Namespace
- Cake
.MsDeploy .Parameters - 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["ParameterKind"]
class Type type-node
Syntax
public enum ParameterKind
Fields
Name | Constant Value | Summary |
---|---|---|
Deployment |
0 |
Used in
DeclareParameter , Makes any specified attribute into a parameter
Used in SetParameter , Changes value of object attribute
static
|
DestinationBinding | 1 |
Used in
DeclareParameter , assigns a parameter to the source
Used in SetParameter , new value can used to assign to the source
static
|
Destination |
2 |
Used in
DeclareParameter , physical path of a source virtual directory
Used in SetParameter , sets physical path
static
|
ProviderPath | 3 |
Parameterize a provider path so that it can be changed during a synchronization operation
static
|
TextFile | 4 |
Specifies a string or strings to be replaced in a text file.
static
|
XmlFile | 5 |
Replaces content in any XML file.
static
|