Habanero.Smooth.ManyToOneAutoMapper.GetRelatedPropName C# (CSharp) Method

GetRelatedPropName() public static method

Returns the Related Property Name based on a Heuristic dependent upon the Related ClassType i.e. the propertyType.
public static GetRelatedPropName ( TypeWrapper propertyType ) : string
propertyType TypeWrapper
return string
        public static string GetRelatedPropName(TypeWrapper propertyType)
        {
            return propertyType.GetPKPropName();
        }