C# 클래스 Castle.ActiveRecord.Framework.Internal.HasAndBelongsToManyModel

상속: IVisitable
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
Accept ( IVisitor visitor ) : void

Accepts the specified visitor and call the relevant IVisitor.Visit***() method

HasAndBelongsToManyModel ( PropertyInfo propInfo, HasAndBelongsToManyAttribute hasManyAtt ) : System

Initializes a new instance of the HasAndBelongsToManyModel class.

메소드 상세

Accept() 공개 메소드

Accepts the specified visitor and call the relevant IVisitor.Visit***() method
public Accept ( IVisitor visitor ) : void
visitor IVisitor The visitor.
리턴 void

HasAndBelongsToManyModel() 공개 메소드

Initializes a new instance of the HasAndBelongsToManyModel class.
public HasAndBelongsToManyModel ( PropertyInfo propInfo, HasAndBelongsToManyAttribute hasManyAtt ) : System
propInfo System.Reflection.PropertyInfo The prop info.
hasManyAtt HasAndBelongsToManyAttribute The has many att.
리턴 System