Hide Table of Contents
Class: AuxRecordValue

Description

The AuxRecordValue class represents the extended/linked properties associated with a job. This class will retrieve the requested values for the extended/linked properties of a job.

Class hierarchy

esri.WorkflowManager.SupportClasses.AuxRecordValue()

Properties

NameTypeSummary
aliasstringThe alias for the field in the table.
canUpdatebooleanTrue or false value set to determine if extended property value can be updated.
dataobjectThe data contained in the field.
dataTypeFieldTypeThe type of data expected in the field.
displayOrderintThe order each field is displayed.
displayTypeExtendedPropertyDisplayTypeThe type of extended property item - file, dataset, etc.
domainstringThe domain value configured for the field.
filterstringThe filter to restrict the types of records supported.
lengthintThe length of the string extended property.
namestringThe name property associated with the record.
requiredbooleanThe property that enforces required or optional field.
tableListClassstringThe lookup table that contains the list to be selected.
tableListDisplayFieldstringThe field that will be displayed for the extended property.
tableListStoreFieldstringThe field that contains the value that gets stored as the extended property value.
userVisiblebooleanThe property to make the value visible to the user or not.
Property Details

<string> alias

The alias for the field in the table.

<boolean> canUpdate

True or false value set to determine if extended property value can be updated.

<FieldType> dataType

The type of data expected in the field.

<int> displayOrder

The order each field is displayed.

<ExtendedPropertyDisplayType> displayType

The type of extended property item.

<string> domain

The domain value configured for the field.

<string> filter

<int> length

The length of the string extended property.

<string> name

The name property associated with the record.

<boolean> required

The property that enforces required or optional field.

<string> tableListClass

The lookup table that contains the list to be selected.

<string> tableListDisplayField

The field that will be displayed for the extended property.

<string> tableListStoreField

The field that contains the value that gets stored as the extended property value.

<boolean> userVisible

The property to make the value visible to the user or not.