The FunctionParameterDescriptionAttribute type exposes the following members.

Constructors

  NameDescription
Public methodFunctionParameterDescriptionAttribute(String, String, String)
Describe a function parameter for use in the C1 Function system.
Public methodFunctionParameterDescriptionAttribute(String, String, String, Object)
Describe a function parameter for use in the C1 Function system.

Properties

  NameDescription
Public propertyDefaultValue
Optional. Default value that should be assigned to the parameter if not specified by the caller. You can use 'null' for complex objects that can not be expressed in attribute code and the check for null in the code.
Public propertyHasDefaultValue
Indicate if this parameter definition has a default value or not.
Public propertyParameterHelpText
Human readable help for this parameter
Public propertyParameterLabel
Human readable label for this parameter
Public propertyParameterName
The name of the function parameter being described. This should match the parameter name in the method.

See Also