Method |
Description |
|
CompareEnumerableProperty ( string parentPropertyName, PropertyInfo property, object currentObject, object previousObject ) : PropertyChange |
|
|
CompareObjects ( object currentObject, object previousObject, string parentName ) : void |
|
|
CompareProperty ( string parentPropertyName, PropertyInfo property, object currentObject, object previousObject ) : PropertyChange |
|
|
CompareSimpleProperty ( string parentPropertyName, PropertyInfo property, object currentObject, object previousObject ) : PropertyChange |
|
|
FormatPropertyName ( string parentPropertyName, PropertyInfo property ) : string |
|
|
GetAllComparableProperties ( Type type ) : List |
/gets all public instance properties without the XmlIgnore attribute |
|
IsSimpleType ( Type type ) : bool |
|
|