new ArchActionFindUserById(coreFindUserByIdActionViewModel)
The Architect Scripting class that represents the Find User By Id action.
Instances of this action should be created by calling ArchFactoryActions#addActionFindUserById
Parameters:
| Name | Type | Description |
|---|---|---|
coreFindUserByIdActionViewModel |
Object | ( Internal ) an Architect core Find User By Id action view model. |
Extends
Members
-
static, readonly displayTypeName :string
-
Returns the display type name string 'ArchActionFindUserById'.
-
readonly displayTypeName :string
-
Returns the display type name string 'ArchBaseActionFindSystemObject'.
-
readonly findId :ArchValueString
-
The identifier of the object to look up. While it is always a string, inheriting Find action classes will provide the context of the identifier. For example, in the
ArchActionFindUserByIdaction this would be the identifier of the user that you wish to look up at runtime.- Inherited From:
-
readonly findResult :ArchValueUser
-
The value that holds the result of the find user by identifier lookup at runtime.
-
readonly isArchActionFindUserById :boolean
-
Returns true indicating that this is an ArchActionFindUserById instance.
-
readonly isArchBaseActionFindSystemObjectById :boolean
-
Returns true indicating that this is an ArchBaseActionFindSystemObject instance.