C# 클래스 ODiff.DiffReportTable

파일 보기 프로젝트 열기: goeran/ODiff 1 사용 예제들

공개 메소드들

메소드 설명
DiffReportTable ( ) : System.Collections.Generic
this ( int index ) : DiffReportTableRow

비공개 메소드들

메소드 설명
AddRow ( string property, object leftValue, object rightValue ) : void
AddRows ( DiffReportTable table ) : void
FilterRows ( ) : IEnumerable
SetFilter ( ) : void

메소드 상세

DiffReportTable() 공개 메소드

public DiffReportTable ( ) : System.Collections.Generic
리턴 System.Collections.Generic

this() 공개 메소드

public this ( int index ) : DiffReportTableRow
index int
리턴 DiffReportTableRow