C# Class ObjectDiffer.TypeDiffers.PrimativeDiffer

Inheritance: ITypeDiffer
Mostra file 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 Type
diffChildCallback Func
return Difference