C# Class ObjectDiffer.TypeDiffers.PrimativeDiffer

Inheritance: ITypeDiffer
Afficher le fichier Open project: sportingsolutions/ObjectDiffer

Méthodes publiques

Méthode Description
CanPerformDiff ( Type t ) : bool
PerformDiff ( object newObj, object oldObj, string propName, Type type, Func diffChildCallback ) : Difference

Method Details

CanPerformDiff() public méthode

public CanPerformDiff ( Type t ) : bool
t System.Type
Résultat bool

PerformDiff() public méthode

public PerformDiff ( object newObj, object oldObj, string propName, Type type, Func diffChildCallback ) : Difference
newObj object
oldObj object
propName string
type Type
diffChildCallback Func
Résultat Difference