C# Class WikiFunctions.ArticleComparerFactory

Factory class for making instances of IArticleComparer
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Méthode Description
Create ( string comparator, bool isCaseSensitive, bool isRegex, bool isSingleLine, bool isMultiLine ) : IArticleComparer

Method Details

Create() public static méthode

public static Create ( string comparator, bool isCaseSensitive, bool isRegex, bool isSingleLine, bool isMultiLine ) : IArticleComparer
comparator string The test string
isCaseSensitive bool Whether the comparison should be case sensitive
isRegex bool Whether to employ regular expression matching when comparing the test string
isSingleLine bool Whether to apply the regular expression Single Line option
isMultiLine bool Whether to apply the regular expression Multi Line option
Résultat IArticleComparer