Method | Description | |
---|---|---|
AddAction ( |
Adds one or more actions.
|
|
DeclareAction ( |
Declares one or more actions.
|
|
DeclareRoute ( |
Declares a subordinated route.
|
|
InsertAction ( string name, string declarationName ) : |
Inserts one action that have been previously
|
|
OverrideAction ( |
Overrides one or more existing actions. ActionConfiguration.Name is the key.
|
|
RemoveAction ( string name ) : |
Removes one or more actions by name.
|
|
SubRouteConfiguration ( string name, bool>.Func |
Initializes a new SubRouteConfiguration.
|
public AddAction ( |
||
a | Action to add. | |
return |
public DeclareAction ( |
||
a | Action to declare. | |
return |
public DeclareRoute ( |
||
channel | Configuration of the route. | |
return |
public InsertAction ( string name, string declarationName ) : |
||
name | string | Name of the action to insert. |
declarationName | string | Name of the declared action. |
return |
public OverrideAction ( |
||
a | Action to to override. | |
return |
public RemoveAction ( string name ) : |
||
name | string | Name of the action to remove. |
return |
public SubRouteConfiguration ( string name, bool>.Func |
||
name | string | The name of the route. |
routePredicate | bool>.Func | The predicate for this sub route. |
return | System |