C# Class ODiff.Filters.RegexMemberPathExcludeFilter

Inheritance: IDiffFilter
显示文件 Open project: goeran/ODiff

Public Methods

Method Description
Include ( DiffReportTableRow row ) : bool
RegexMemberPathExcludeFilter ( string pattern ) : System.Text.RegularExpressions

Method Details

Include() public method

public Include ( DiffReportTableRow row ) : bool
row DiffReportTableRow
return bool

RegexMemberPathExcludeFilter() public method

public RegexMemberPathExcludeFilter ( string pattern ) : System.Text.RegularExpressions
pattern string
return System.Text.RegularExpressions