IMiscField
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MiscFieldTableID | integer |
None. |
|
| MiscFieldColumnName | string |
None. |
|
| MiscFieldSectionID | integer |
None. |
|
| MiscFieldTableName | string |
None. |
|
| MiscFieldSectionName | string |
None. |
|
| Caption | string |
None. |
|
| InputType | InputTypes |
None. |
|
| IsDateInput | boolean |
None. |
|
| IsTextInput | boolean |
None. |
|
| DropDownOptions | Dictionary of string [key] and string [value] |
None. |
|
| DropDownHTML | string |
None. |
|
| DropDownSQL | string |
None. |
|
| IsCheckbox | boolean |
None. |
|
| SortOrder | integer |
None. |
|
| DefaultValue | string |
None. |
|
| IsMultiLineTextBox | boolean |
None. |
|
| IsEmptyStringTreatedAsNull | boolean |
None. |
|
| IsIntegerInput | boolean |
None. |
|
| TextInputLimit | integer |
None. |
|
| ListBoxOptions | Dictionary of string [key] and string [value] |
None. |
|
| ListBoxHTML | string |
None. |
|
| ListBoxSQL | string |
None. |
|
| ListBoxTableName | string |
None. |
|
| ElementSize | integer |
None. |
|
| IsReadOnly | boolean |
None. |
|
| HelperText | string |
None. |