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

ContainsRelatedClass() private static méthode

private static ContainsRelatedClass ( IRelationshipDef relationship, ClassDefCol classDefCol ) : bool
relationship IRelationshipDef
classDefCol ClassDefCol
Résultat bool
        private static bool ContainsRelatedClass(IRelationshipDef relationship, ClassDefCol classDefCol)
        {
            return classDefCol.Contains(relationship.RelatedObjectAssemblyName, relationship.RelatedObjectClassName);
        }