C# Class ObjectDiffer.TypeDiffers.ObjectTypeDiffer

Inheritance: ITypeDiffer
Exibir arquivo Open project: sportingsolutions/ObjectDiffer

Public Methods

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

Method Details

CanPerformDiff() public method

public CanPerformDiff ( Type t ) : bool
t System.Type
return bool

PerformDiff() public method

public PerformDiff ( object newObj, object oldObj, string propName, Type type, Func diffChildCallback ) : Difference
newObj object
oldObj object
propName string
type System.Type
diffChildCallback Func
return Difference