Method | Description | |
---|---|---|
CheckValidity ( string routeName, IActivityMonitor monitor ) : bool |
Checks the configuration validity. By default returns true.
|
|
Clone ( ) : |
Clones this configuration. By default throws a NotSupportedException.
|
Method | Description | |
---|---|---|
ActionConfiguration ( string name ) : System |
Initializes a new ActionConfiguration.
|
protected ActionConfiguration ( string name ) : System | ||
name | string | Required non empty name that identifies this configuration. Can not be null. |
return | System |
public CheckValidity ( string routeName, IActivityMonitor monitor ) : bool | ||
routeName | string | Name of the route that contains the configuration. |
monitor | IActivityMonitor | Monitor to use to explain errors. |
return | bool |