new ArchActionGetExternalContact(coreGetExternalContactActionViewModel)
The Architect Scripting class that represents the Get External Contact action.
Instances of this action should be created by calling ArchFactoryActions#addActionGetExternalContact
Parameters:
| Name | Type | Description |
|---|---|---|
coreGetExternalContactActionViewModel |
Object | ( Internal ) an Architect core Get External Contact action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionGetExternalContact'.
-
readonly externalId :ArchValueString
-
An id code to look up
-
readonly externalResult :ArchValueExternalContact
-
The returned external contact.
-
readonly isArchActionGetExternalContact :boolean
-
Returns true indicating that this is an ArchActionGetExternalContact instance.
-
readonly outputFound :ArchActionOutput
-
The found output for this action
- Inherited From:
-
readonly outputNotFound :ArchActionOutput
-
The not found output for this action
- Inherited From: