Méthode | Description | |
---|---|---|
CreateTestRuleSet ( int numRules, IEnumerable |
||
CreateTestRuleSet ( string fullPath ) : RuleSet | ||
CreateTestRuleSet ( string rootDir, string fileName ) : RuleSet | ||
CreateTestRuleSetWithRuleIds ( IEnumerable |
||
RuleSetToXml ( RuleSet ruleSet ) : string | ||
XmlToRuleSet ( string xml ) : RuleSet |
public static CreateTestRuleSet ( int numRules, IEnumerable |
||
numRules | int | |
includes | IEnumerable |
|
Résultat | RuleSet |
public static CreateTestRuleSet ( string fullPath ) : RuleSet | ||
fullPath | string | |
Résultat | RuleSet |
public static CreateTestRuleSet ( string rootDir, string fileName ) : RuleSet | ||
rootDir | string | |
fileName | string | |
Résultat | RuleSet |
public static CreateTestRuleSetWithRuleIds ( IEnumerable |
||
ids | IEnumerable |
|
analyzerId | string | |
ruleNamespace | string | |
existingRuleSet | RuleSet | |
Résultat | RuleSet |
public static RuleSetToXml ( RuleSet ruleSet ) : string | ||
ruleSet | RuleSet | |
Résultat | string |
public static XmlToRuleSet ( string xml ) : RuleSet | ||
xml | string | |
Résultat | RuleSet |