Ambition.ActionMethod – ambition Reference Manual
Packages
ambition
Ambition
ActionMethod
execute
path
ActionMethod
ActionMethod
Object Hierarchy:
Description:
public
class
ActionMethod
Wraps an ActionMethodCall.
Namespace:
Ambition
Package:
ambition
Content:
Properties:
public
weak
ActionMethodCall
execute
{
set
;
get
; }
public
string
?
path
{
set
;
get
; }
Creation methods:
public
ActionMethod
(
ActionMethodCall
am,
string
? path =
null
)
Create a new ActionMethod with a method call and an optional path.