C# Class NetDiff.Model.ObjectDiff

Inheritance: BaseDiff
Afficher le fichier Open project: etkirsch/NetDiff Class Usage Examples

Méthodes publiques

Свойство Type Description
Items IEnumerable

Méthodes publiques

Méthode Description
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.

Method Details

Equals() public méthode

public Equals ( dynamic baseObj, dynamic evaluatedObj ) : bool
baseObj dynamic
evaluatedObj dynamic
Résultat bool

ObjectDiff() public méthode

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
Résultat System.Collections.Generic

WithoutMatching() public méthode

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
Résultat List

Property Details

Items public_oe property

public IEnumerable Items
Résultat IEnumerable