BuildMaster SDK Reference
Version:
ParameterDescriptionAttribute Class
Provides information about expected function parameters.
Inheritance Hierarchy
- object
- System.Attribute
- Inedo.BuildMaster.Extensibility.VariableFunctions.ParameterDescriptionAttribute
Syntax
public
class
ParameterDescriptionAttribute : System.Attribute
Properties
|
Name |
Description |
|
Index
|
Gets the index of the parameter.
|
|
IsRequired
|
Gets or sets a value indicating whether the parameter is required.
|
|
Name
|
Gets the name of the parameter.
|
|
Summary
|
Gets the summary of the parameter.
|