Method | Description | |
---|---|---|
AddAction ( |
Adds one or more ActionConfiguration.
|
|
DeclareAction ( |
Declares one or more ActionConfiguration. It can be inserted later thanks to InsertAction.
|
|
DeclareRoute ( |
Declare a new subordinated route.
|
|
InsertAction ( string name, string declarationName ) : |
Inserts a previously
|
|
OverrideAction ( |
Overrides one or more existing ActionConfiguration (lookup is done by name).
|
|
RemoveAction ( string name ) : |
Removes one or more existing ActionConfiguration.
|
|
Resolve ( IActivityMonitor monitor ) : |
Attempts to resolve the configuration. Null if an error occurred.
|
|
RouteConfiguration ( ) : System |
Initializes a new root RouteConfiguration.
|
Method | Description | |
---|---|---|
AddMeta ( |
Protected method to actually add any MetaConfiguration object.
|
|
RouteConfiguration ( string name ) : System |
Initializes a specialized RouteConfiguration.
|
public AddAction ( |
||
a | The first configuration. | |
return |
protected AddMeta ( |
||
m | A meta configuration to add. | |
return | void |
public DeclareAction ( |
||
a | The first configuration to declare. | |
return |
public DeclareRoute ( |
||
route | The subordinated route configuration. | |
return |
public InsertAction ( string name, string declarationName ) : |
||
name | string | The name of the inserted configuration. |
declarationName | string | The name of the previously declared action. |
return |
public OverrideAction ( |
||
a | The first configuration to override. | |
return |
public RemoveAction ( string name ) : |
||
name | string | The first configuration name to remove. |
return |
public Resolve ( IActivityMonitor monitor ) : |
||
monitor | IActivityMonitor | Monitor to use. Must not be null. |
return |
protected RouteConfiguration ( string name ) : System | ||
name | string | Name of the route. Can not be null. |
return | System |