A collection of prefight rule data objects.
rule data object Properties
| Property | Type | Access | Description |
|---|---|---|---|
| class | type | read | The class descriptor type. |
| data type | integer data type, short integer data type, real data type, string data type, boolean data type, object data type, list data type, |
read | The type of data. |
| data value | any | r/w | The value for this data object. Can return: string, fixed, integer, small integer, boolean, object or list of strings, fixed, integers, small integers, booleans, objects or lists of list of lists of list of strings, fixed, integers, small integers, boo… |
| id | text | read | The ID for this rule data object. |
| index | integer | read | The index of the rule data object within its containing object. |
| name | text | read | The name of the rule data object. |
| object reference | rule data object | read | An object reference for the object. |
| parent | specifier | read | The parent of the rule data object (a preflight profile rule or preflight rule instance). Can return: preflight profile rule or preflight rule instance. |
| properties | record | r/w | A property that allows setting of several properties at the same time. |