C# Class WikiFunctions.TalkPages.Processor

ファイルを表示 Open project: reedy/AutoWikiBrowser Class Usage Examples

Public Properties

Property Type Description
DefaultSortKey string
FoundDefaultSort bool

Public Methods

Method Description
DefaultSortMatchEvaluator ( Match match ) : string
SkipTOCMatchEvaluator ( Match match ) : string

Method Details

DefaultSortMatchEvaluator() public method

public DefaultSortMatchEvaluator ( Match match ) : string
match System.Text.RegularExpressions.Match
return string

SkipTOCMatchEvaluator() public method

public SkipTOCMatchEvaluator ( Match match ) : string
match System.Text.RegularExpressions.Match
return string

Property Details

DefaultSortKey public_oe property

public string DefaultSortKey
return string

FoundDefaultSort public_oe property

public bool FoundDefaultSort
return bool