InedoSDK Reference
Version:

ParameterDescriptionAttribute Class

Provides information about expected function parameters.

Inheritance Hierarchy

  • object
    • System.Attribute
      • Inedo.Extensibility.VariableFunctions.ParameterDescriptionAttribute

Syntax

public sealed class ParameterDescriptionAttribute : System.Attribute

Constructors

Name Description
ParameterDescriptionAttribute(int index, string name)

Initializes a new instance of the ParameterDescriptionAttribute class.

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.