Method | Description | |
---|---|---|
GetRuleSettings ( ) : IEnumerable |
Gets an enumerable list of T:Stumps.RuleSetting objects used to represent the current instance.
|
|
InitializeFromSettings ( IEnumerable |
Initializes a rule from an enumerable list of T:Stumps.RuleSetting objects.
|
|
InitializeRule ( string value ) : void |
Initializes the rule.
|
|
IsMatch ( IStumpsHttpRequest request ) : bool |
Determines whether the specified request matches the rule.
|
|
UrlRule ( ) : System |
Initializes a new instance of the T:Stumps.Rules.UrlRule class.
|
|
UrlRule ( string value ) : System |
Initializes a new instance of the T:Stumps.Rules.UrlRule class.
|
public InitializeFromSettings ( IEnumerable |
||
settings | IEnumerable |
The enumerable list of |
return | void |
public InitializeRule ( string value ) : void | ||
value | string | The value used for the URL rule. |
return | void |
public IsMatch ( IStumpsHttpRequest request ) : bool | ||
request | IStumpsHttpRequest | The |
return | bool |
public UrlRule ( string value ) : System | ||
value | string | The value used for the URL rule. |
return | System |