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