C# 클래스 Castle.ActiveRecord.FieldAttribute

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

공개 메소드들

메소드 설명
FieldAttribute ( ) : System

Initializes a new instance of the FieldAttribute class.

FieldAttribute ( String column ) : System

Initializes a new instance of the FieldAttribute class.

FieldAttribute ( String column, String type ) : System

Initializes a new instance of the FieldAttribute class.

메소드 상세

FieldAttribute() 공개 메소드

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

FieldAttribute() 공개 메소드

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

FieldAttribute() 공개 메소드

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