Summary
Contract for a parameter
- Namespace
- Cake
.MsDeploy .Parameters - Interfaces
- Implementing Types
graph TD
Interface0["IMsDeployArgument"]-.->Type
click Interface0 "/Cake.MsDeploy/api/Cake.MsDeploy/IMsDeployArgument"
Type["IParameter"]
class Type type-node
Type-.->Implementing0["SetParameter"]
click Implementing0 "/Cake.MsDeploy/api/Cake.MsDeploy.Parameters/SetParameter"
Type-.->Implementing1["DeclareParameter"]
click Implementing1 "/Cake.MsDeploy/api/Cake.MsDeploy.Parameters/DeclareParameter"
Syntax
public interface IParameter : IMsDeployArgument
Properties
Name | Value | Summary |
---|---|---|
Description | string |
An optional user-supplied string that describes the purpose of the parameter
|
Kind | ParameterKind? |
specifies the parameter kind
|
Match | string |
Specifies an item to be matched
|
Name | string |
Name of the declared parameter
|
Scope | string |
The scope of the specified parameter kind
|