C# 클래스 Castle.ActiveRecord.PropertyAttribute

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

공개 메소드들

메소드 설명
PropertyAttribute ( ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( String column ) : System

Initializes a new instance of the PropertyAttribute class.

PropertyAttribute ( String column, String type ) : System

Initializes a new instance of the PropertyAttribute class.

메소드 상세

PropertyAttribute() 공개 메소드

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

PropertyAttribute() 공개 메소드

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( String column ) : System
column String The column.
리턴 System

PropertyAttribute() 공개 메소드

Initializes a new instance of the PropertyAttribute class.
public PropertyAttribute ( String column, String type ) : System
column String The column.
type String The type.
리턴 System