C# Class ODiff.DiffReportTable

ファイルを表示 Open project: goeran/ODiff Class Usage Examples

Public Methods

Method Description
DiffReportTable ( ) : System.Collections.Generic
this ( int index ) : DiffReportTableRow

Private Methods

Method Description
AddRow ( string property, object leftValue, object rightValue ) : void
AddRows ( DiffReportTable table ) : void
FilterRows ( ) : IEnumerable
SetFilter ( ) : void

Method Details

DiffReportTable() public method

public DiffReportTable ( ) : System.Collections.Generic
return System.Collections.Generic

this() public method

public this ( int index ) : DiffReportTableRow
index int
return DiffReportTableRow