C# 클래스 NetDiff.Model.ObjectDiff

상속: BaseDiff
파일 보기 프로젝트 열기: etkirsch/NetDiff 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Items IEnumerable

공개 메소드들

메소드 설명
Equals ( dynamic baseObj, dynamic evaluatedObj ) : bool
ObjectDiff ( object baseObj = null, object eval = null, IEnumerable items = null, DiffMessage message = DiffMessage.NotApplicable ) : System.Collections.Generic
WithoutMatching ( ) : List

This will remove any Diffed items that have matching a/b values. So only what is incorrect will remain. This will make hunting down problems much quicker.

메소드 상세

Equals() 공개 메소드

public Equals ( dynamic baseObj, dynamic evaluatedObj ) : bool
baseObj dynamic
evaluatedObj dynamic
리턴 bool

ObjectDiff() 공개 메소드

public ObjectDiff ( object baseObj = null, object eval = null, IEnumerable items = null, DiffMessage message = DiffMessage.NotApplicable ) : System.Collections.Generic
baseObj object
eval object
items IEnumerable
message DiffMessage
리턴 System.Collections.Generic

WithoutMatching() 공개 메소드

This will remove any Diffed items that have matching a/b values. So only what is incorrect will remain. This will make hunting down problems much quicker.
public WithoutMatching ( ) : List
리턴 List

프로퍼티 상세

Items 공개적으로 프로퍼티

public IEnumerable Items
리턴 IEnumerable