Habanero.Smooth.AllClassesAutoMapper.RelatedObjectClassDef C# (CSharp) Method

RelatedObjectClassDef() private static method

The ClassDef for the related object.
private static RelatedObjectClassDef ( ClassDefCol classDefCol, IRelationshipDef relationshipDef ) : IClassDef
classDefCol ClassDefCol
relationshipDef IRelationshipDef
return IClassDef
        private static IClassDef RelatedObjectClassDef(ClassDefCol classDefCol, IRelationshipDef relationshipDef)
        {
            return classDefCol[relationshipDef.RelatedObjectAssemblyName, relationshipDef.RelatedObjectClassNameWithTypeParameter];
           
        }
        private static INamingConventions _propNameConvention;