CField
Superclass for all field classes. Required because the ArrayOfCField polymorphic array can have a mixed collection of field objects.
CField does not declare value fields because they are declared in subtypes of CField.
Extends
Extended by
- CBooleanField
- CDateField
- CDateTimeField
- CDecimalField
- CDropdownField
- CIntegerField
- CMultiSelectDropdownField
- CStringField
- CTimespanField
- CVersionField
Fields
Field | Type | Description |
---|---|---|
recordid | long | Unique field record ID. |
name | string | Field name. |
Returned by
- getCustomFieldsDefintionList (ArrayOfCField)
- getDefectCustomFieldsDefinitionList (ArrayOfCField)