Method | Description | |
---|---|---|
MetaDeclareRouteConfiguration ( |
Initializes a new MetaDeclareRouteConfiguration bound to a SubRouteConfiguration.
|
Method | Description | |
---|---|---|
Apply ( Impl protoContext ) : void |
Applies the configuration (first step) by calling Impl.IProtoRouteConfigurationContext.AddRoute.
|
|
CheckValidity ( string routeName, IActivityMonitor monitor ) : bool |
Always true.
|
protected Apply ( Impl protoContext ) : void | ||
protoContext | Impl | Enables context lookup and manipulation, exposes a |
return | void |
protected CheckValidity ( string routeName, IActivityMonitor monitor ) : bool | ||
routeName | string | Name of the route that contains this configuration. |
monitor | IActivityMonitor | Monitor to use to explain errors. |
return | bool |
public MetaDeclareRouteConfiguration ( |
||
route | Subordinated route configuration. | |
return | System |