Méthode | Description | |
---|---|---|
BodyContentRule ( ) : System |
Initializes a new instance of the T:Stumps.Rules.BodyContentRule class.
|
|
BodyContentRule ( string textEvaluators ) : System |
Initializes a new instance of the T:Stumps.Rules.BodyContentRule class.
|
|
GetRuleSettings ( ) : IEnumerable |
Gets an enumerable list of T:Stumps.RuleSetting objects used to represent the current instance.
|
|
GetTextEvaluators ( ) : string[] |
Gets the text evaluators.
|
|
InitializeFromSettings ( IEnumerable |
Initializes a rule from an enumerable list of T:Stumps.RuleSetting objects.
|
|
IsMatch ( IStumpsHttpRequest request ) : bool |
Determines whether the specified request matches the rule.
|
Méthode | Description | |
---|---|---|
InitializeRule ( string textEvaluators ) : void |
Initializes the rule.
|
public BodyContentRule ( string textEvaluators ) : System | ||
textEvaluators | string | The array of strings representing text evaluation rules. |
Résultat | System |
public InitializeFromSettings ( IEnumerable |
||
settings | IEnumerable |
The enumerable list of |
Résultat | void |
public IsMatch ( IStumpsHttpRequest request ) : bool | ||
request | IStumpsHttpRequest | The |
Résultat | bool |