BaseRuleUrlResolver<T>.

TryGetRuleDescription(string, T) Method

Summary

Parses a rule into a BaseRuleDescription.
Assembly
Cake.Prca.dll
Namespace
Cake.Prca.Issues
Containing Type
BaseRuleUrlResolver<T>

Syntax

protected abstract bool TryGetRuleDescription(string rule, T ruleDescription)

Parameters

Name Type Description
rule string Rule which should be parsed.
ruleDescription T Description of the rule.

Return Value

Type Description
bool true if rule could by parsed successfully, otherwise false.
GitHub