C# 클래스 Castle.ActiveRecord.BelongsToAttribute

상속: Castle.ActiveRecord.WithAccessOptionalTableAttribute
파일 보기 프로젝트 열기: nats/castle-1.0.3-mono

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
BelongsToAttribute ( ) : System

Initializes a new instance of the BelongsToAttribute class.

BelongsToAttribute ( String column ) : System

Indicates the name of the column to be used on the association. Usually the name of the foreign key field on the underlying database.

메소드 상세

BelongsToAttribute() 공개 메소드

Initializes a new instance of the BelongsToAttribute class.
public BelongsToAttribute ( ) : System
리턴 System

BelongsToAttribute() 공개 메소드

Indicates the name of the column to be used on the association. Usually the name of the foreign key field on the underlying database.
public BelongsToAttribute ( String column ) : System
column String
리턴 System