C# Class ODiff.DiffReportTable

Afficher le fichier Open project: goeran/ODiff Class Usage Examples

Méthodes publiques

Méthode Description
DiffReportTable ( ) : System.Collections.Generic
this ( int index ) : DiffReportTableRow

Private Methods

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

Method Details

DiffReportTable() public méthode

public DiffReportTable ( ) : System.Collections.Generic
Résultat System.Collections.Generic

this() public méthode

public this ( int index ) : DiffReportTableRow
index int
Résultat DiffReportTableRow