The FunctionParameterDescriptionAttribute type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| FunctionParameterDescriptionAttribute(String, String, String) |
Describe a function parameter for use in the C1 Function system.
| |
| FunctionParameterDescriptionAttribute(String, String, String, Object) |
Describe a function parameter for use in the C1 Function system.
|
Properties
| Name | Description | |
|---|---|---|
| DefaultValue |
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.
| |
| HasDefaultValue |
Indicate if this parameter definition has a default value or not.
| |
| ParameterHelpText |
Human readable help for this parameter
| |
| ParameterLabel |
Human readable label for this parameter
| |
| ParameterName |
The name of the function parameter being described. This should match the parameter name in the method.
|