Hide Table of Contents
Class: AuxRecordContainer

Description

The AuxRecordContainer class represents the extended/lined properties table characteristics like name, field name, alias, etc. The class provides more descriptive information about the table.

Class hierarchy

esri.WorkflowManager.SupportClasses.AuxRecordContainer()

Properties

NameTypeSummary
displayPropertystringDisplay property.
recordsAuxRecord[]The list of records.
relationshipTypeTableRelationshipTypeTable relationship type.
tableAliasstringThe table alias.
tableNamestringThe table nane.
Property Details

<string> displayProperty

Display property.

<AuxRecord[]> records

The list of records.

<TableRelationshipType> relationshipType

Table relationship type.

<string> tableAlias

The table alias.

<string> tableName

The table name.