C# Class KellermanSoftware.CompareNetObjects.TypeComparers.PropertyComparer

Compare two properties (Note inherits from BaseComparer instead of TypeComparer
Inheritance: BaseComparer
显示文件 Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Public Methods

Method Description
PerformCompareProperties ( CompareParms parms ) : void

Compare the properties of a class

PropertyComparer ( RootComparer rootComparer ) : System

Constructor that takes a root comparer

Private Methods

Method Description
CompareProperty ( CompareParms parms, PropertyInfo info ) : void

Compare a single property of a class

GetCurrentProperties ( CompareParms parms ) : IEnumerable
GetSecondObjectInfo ( CompareParms parms, PropertyInfo info ) : PropertyInfo
IsValidIndexer ( ComparisonConfig config, PropertyInfo info, string breadCrumb ) : bool

Method Details

PerformCompareProperties() public method

Compare the properties of a class
public PerformCompareProperties ( CompareParms parms ) : void
parms CompareParms
return void

PropertyComparer() public method

Constructor that takes a root comparer
public PropertyComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
return System