[]
Represents the parameter of a function.
public class Parameter
Public Class Parameter
| Name | Description |
|---|---|
| Parameter(FunctionValueType) | Initializes an instance of a parameter. |
| Parameter(FunctionValueType, bool) | Initializes an instance of a parameter. |
| Parameter(FunctionValueType, bool, bool) | Initializes an instance of a parameter. |
| Parameter(FunctionValueType, object) | Initializes an instance of a parameter. |
| Parameter(FunctionValueType, object, bool) | Initializes an instance of a parameter. |
| Parameter(string, string, FunctionValueType, object) | Initializes an instance of a parameter. |
| Parameter(string, string, FunctionValueType, object, bool) | Initializes an instance of a parameter. |
| Parameter(string, string, FunctionValueType, object, bool, bool) | Initializes an instance of a parameter. |
| Name | Description |
|---|---|
| AcceptCustomObjects | Accepts custom objects if value type is Object. |
| AcceptReference | if the parameter can accept reference. |
| DefaultValue | Gets the default value of the parameter. |
| Description | Gets the description of the parameter. |
| Name | Gets the name of the parameter. |
| ValueType | Gets the value type of the parameter. |