ArchActionFindLanguageSkill(coreFindLanguageSkillActionViewModel)

new ArchActionFindLanguageSkill(coreFindLanguageSkillActionViewModel)

The Architect Scripting class that represents the Find Language Skill action. Instances of this action should be created by calling ArchFactoryActions#addActionFindLanguageSkill

Parameters:
Name Type Description
coreFindLanguageSkillActionViewModel Object

( Internal ) an Architect core Find Language Skill action view model.

See:

Extends

Members

static, readonly displayTypeName :string

Returns the display type name string 'ArchActionFindLanguageSkill'.

readonly displayTypeName :string

Returns the display type name string 'ArchBaseActionFindSystemObject'.

Overrides:

readonly findName :ArchValueString

The name of the object to look up. Inheriting Find action instances will provide the context for the name string. For example, in the ArchActionFindUserPrompt action this would be the name of the user prompt that you wish to look up at runtime.

Inherited From:

readonly findResult :ArchValueLanguageSkill

The value that will hold the returned languageSkill if found.

readonly isArchActionFindLanguageSkill :boolean

Returns true indicating that this is an ArchActionFindLanguageSkill instance.

readonly isArchBaseActionFindSystemObjectByName :boolean

Returns true indicating that this is an ArchBaseActionFindSystemObject instance.

Inherited From: