C# 클래스 FluentNHibernate.Conventions.Discovery.HasManyToManyDiscoveryConvention

Discovers any IHasManyToManyConvention implementations and applies them to an IManyToManyPart instance.
상속: IRelationshipConvention
파일 보기 프로젝트 열기: HudsonAkridge/fluent-nhibernate 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IRelationship relationship ) : bool
Apply ( IRelationship relationship ) : void
HasManyToManyDiscoveryConvention ( IConventionFinder conventionFinder ) : FluentNHibernate.Mapping

메소드 상세

Accept() 공개 메소드

public Accept ( IRelationship relationship ) : bool
relationship IRelationship
리턴 bool

Apply() 공개 메소드

public Apply ( IRelationship relationship ) : void
relationship IRelationship
리턴 void

HasManyToManyDiscoveryConvention() 공개 메소드

public HasManyToManyDiscoveryConvention ( IConventionFinder conventionFinder ) : FluentNHibernate.Mapping
conventionFinder IConventionFinder
리턴 FluentNHibernate.Mapping