C# Class WikiFunctions.ArticleComparerFactory

Factory class for making instances of IArticleComparer
显示文件 Open project: reedy/AutoWikiBrowser

Public Methods

Method Description
Create ( string comparator, bool isCaseSensitive, bool isRegex, bool isSingleLine, bool isMultiLine ) : IArticleComparer

Method Details

Create() public static method

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
return IArticleComparer