| Name | Description | Type | Additional information |
|---|---|---|---|
| TableName |
Gets or sets the name of the table that this field applies to. |
UDFTable |
None. |
| FieldName |
Gets or sets the name of this field. |
string |
None. |
| Caption |
Gets or sets a description/label for this field. |
string |
None. |
| DefaultValue |
Gets or sets a default value for this field. |
string |
None. |
| Editable |
Gets or sets whether this field is editable. |
boolean |
None. |
| Required |
Gets or sets whether this field is required. |
boolean |
None. |
| InputType |
Gets or sets the type of input that is being used to render this field. |
UDFInputType |
None. |
| SelectorType |
Gets or sets how to get the list of pre-defined values for this field. |
UDFSelectorType |
None. |
| SelectorValues |
The list of pre-defined values for this field, if any. Only applicable when is . |
Collection of string |
None. |