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;