C# Class Rebel.Framework.PropertyMapDefinitionExtensions

Extension methods for TypeMapDefinition class
Mostrar archivo Open project: RebelCMS/rebelcmsxu5

Private Methods

Method Description
GetTargetObjectHashCode ( this c ) : int

Returns a HashCode for that target of the TypeMapDefinition object based on the target member's name & type, it's declaring object & declaring type

The TypeMapDefinition class or any of it's child objects implement GetHashCode so we need to have our own.