Habanero.Smooth.AllClassesAutoMapper.RelatedObjectClassDef C# (CSharp) Метод

RelatedObjectClassDef() приватный статический Метод

The ClassDef for the related object.
private static RelatedObjectClassDef ( ClassDefCol classDefCol, IRelationshipDef relationshipDef ) : IClassDef
classDefCol ClassDefCol
relationshipDef IRelationshipDef
Результат IClassDef
        private static IClassDef RelatedObjectClassDef(ClassDefCol classDefCol, IRelationshipDef relationshipDef)
        {
            return classDefCol[relationshipDef.RelatedObjectAssemblyName, relationshipDef.RelatedObjectClassNameWithTypeParameter];
           
        }
        private static INamingConventions _propNameConvention;