Habanero.Smooth.AllClassesAutoMapper.RelatedObjectClassDef C# (CSharp) Méthode

RelatedObjectClassDef() private static méthode

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