Zusammenfassung
ArcPy class that provides access to the individual cell for extended and linked properties associated with the job.
Diskussion
Extended and linked properties store business-specific information as part of the job that is not covered by the default job properties. Extended properties have one-to-one (1-1) cardinality, and there is one set of properties associated with the job. Linked properties have one-to-many (1-many) cardinality, and there are zero or more sets of properties associated with the job. Extended and linked properties are stored in a nonsystem geodatabase table in the Workflow Manager (Classic) repository.
Eigenschaften
| Eigenschaft | Erläuterung | Datentyp |
| canUpdate (Schreibgeschützt) | Indicates whether the cell is editable and can be updated. | Boolean |
| data (Lesen und schreiben) | The value (string, integer, or date) of the extended property cell. | Variant |
| displayOrder (Schreibgeschützt) | Integer | |
| displayType (Schreibgeschützt) |
| String |
| domain (Schreibgeschützt) | The name of the geodatabase domain, if a domain exists for the field. | String |
| filter (Schreibgeschützt) | String | |
| ID (Schreibgeschützt) | The object ID of the extended property record. | Integer |
| length (Schreibgeschützt) | The field length of the extended property cell. | String |
| propAlias (Schreibgeschützt) | String | |
| propName (Schreibgeschützt) | The name of extended property field. | String |
| required (Schreibgeschützt) | Indicates whether a value for the field is required. | Boolean |
| tableListClass (Schreibgeschützt) | The name of the geodatabase table containing the list of values displayed in a drop-down list for selection, when using a table list display type. | String |
| tableListDisplayField (Schreibgeschützt) | The name of the field containing the value to be displayed in a drop-down list for selection, when using a table list display type. | String |
| tableListStoreField (Schreibgeschützt) | The name of the field containing the value to store in the extended property field, when using a table list display type. | String |
| userVisible (Schreibgeschützt) | Boolean |