The FunctionParameterAttribute type exposes the following members.
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.
|
![]() | HasHelp |
Indicate if Help is defined for this attribute.
|
![]() | HasLabel |
Indicate if Label is defined for this attribute.
|
![]() | HasName |
Indicate if Name is defined for this attribute.
|
![]() | HasWidgetMarkup |
Indicate if WidgetMarkup is defined for this attribute.
|
![]() | Help |
Human readable help for this parameter
|
![]() | HideInSimpleView |
Allows to hide the parameter in the "simple view" mode of function call editing.
Will be ignored is the field is requires and does not have a value or a default value.
|
![]() | Label |
Human readable label for this parameter
|
![]() | Name |
The name of the function parameter being described. This should match the parameter name in the method.
|
![]() | WidgetFactoryClass |
Gets or sets the widget factory class.
|
![]() | WidgetFactoryMethod |
Gets or sets the widget factory method.
|
![]() | WidgetFunctionName |
Gets or sets the name of the widget function.
|
![]() | WidgetMarkup |
Set this property to control the form input field used to set the parameters value.
|