Zusammenfassung
ArcPy class that provides access to the group of linked property rows associated with the job. It is comprised of 0 or more ExtendedProperty objects.
Diskussion
Linked properties store business-specific information as part of the job that is not covered by the default job properties. Linked properties have one-to-many (1-many) cardinality, and there are zero or more sets of properties associated with the job. To configure and use linked properties in your job types, you must create a new geodatabase table in the Workflow Manager (Classic) Repository. Then configure Workflow Manager (Classic) to recognize this table as an extension to the rest of the system tables.
Eigenschaften
Eigenschaft | Erläuterung | Datentyp |
alias (Schreibgeschützt) | The alias of the extended property or linked property table associated with the job. | String |
cardinality (Schreibgeschützt) | The cardinality of the extended property or linked property table associated with the job. | String |
jobID (Schreibgeschützt) | The ID of the job with which the extended property or linked property table is associated. | Integer |
name (Schreibgeschützt) | The name of the extended property or linked property table associated with the job. | String |
Methodenübersicht
Methode | Erläuterung |
createRecord () | Creates a new linked property record associated with the job, as an ExtendedProperty object. |
deleteRecord (record) | Deletes one linked property record associated with the job. |
Methoden
createRecord ()
Datentyp | Erläuterung |
ExtendedProperty | The new linked property record associated with the job, as an ExtendedProperty object. |
Linked property records are created after job creation as required. A job can have zero or more linked property records.
deleteRecord (record)
Parameter | Erläuterung | Datentyp |
record | The linked property record as an ExtendedProperty object. | ExtendedProperty |
Linked property records can be deleted as required.