The NamedAction type exposes the following members.

Constructors

  NameDescription
Public methodNamedAction()()()()
Create a new Named action.
Public methodNamedAction(String)
Create a new Named action.

Methods

  NameDescription
Public methodAccept
Accept this action.
(Overrides Action..::..Accept(ActionVisitor, Object).)
Public methodClone
Clone this action.
(Overrides Action..::..Clone()()()().)
Public methodExecute
Excute this action.
(Inherited from Action.)

Properties

  NameDescription
Public propertyName
The name for the action to be performed by this named action.

See Also