C# 클래스 Castle.ActiveRecord.HasManyToAnyAttribute

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

공개 메소드들

메소드 설명
HasManyToAnyAttribute ( Type mapType, string keyColum, string table, Type idType, string typeColumn, string idColumn ) : System

Initializes a new instance of the HasManyToAnyAttribute class.

메소드 상세

HasManyToAnyAttribute() 공개 메소드

Initializes a new instance of the HasManyToAnyAttribute class.
public HasManyToAnyAttribute ( Type mapType, string keyColum, string table, Type idType, string typeColumn, string idColumn ) : System
mapType System.Type Type of the map.
keyColum string The key colum.
table string The table.
idType System.Type Type of the id.
typeColumn string The type column.
idColumn string The id column.
리턴 System