C# Class KellermanSoftware.CompareNetObjects.TypeComparers.BaseTypeComparer

Common functionality for all Type Comparers
Inheritance: BaseComparer
Afficher le fichier Open project: GregFinzer/Compare-Net-Objects Class Usage Examples

Méthodes publiques

Méthode Description
CompareType ( CompareParms parms ) : void

Compare the two objects

IsTypeMatch ( Type type1, Type type2 ) : bool

If true the type comparer will handle the comparison for the type

Méthodes protégées

Méthode Description
BaseTypeComparer ( RootComparer rootComparer ) : System

Protected constructor that references the root comparer

Method Details

BaseTypeComparer() protected méthode

Protected constructor that references the root comparer
protected BaseTypeComparer ( RootComparer rootComparer ) : System
rootComparer RootComparer
Résultat System

CompareType() public abstract méthode

Compare the two objects
public abstract CompareType ( CompareParms parms ) : void
parms CompareParms
Résultat void

IsTypeMatch() public abstract méthode

If true the type comparer will handle the comparison for the type
public abstract IsTypeMatch ( Type type1, Type type2 ) : bool
type1 System.Type The type of the first object
type2 System.Type The type of the second object
Résultat bool