C# 클래스 LightFramework.Data.ColumnAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: xianrendzw/LightFramework.Net 1 사용 예제들

공개 메소드들

메소드 설명
ColumnAttribute ( ) : System

Initializes a new instance of theclass.

ColumnAttribute ( String name ) : System

Initializes a new instance of the class.

ColumnAttribute ( String name, String type ) : System

Initializes a new instance of the class.

메소드 상세

ColumnAttribute() 공개 메소드

Initializes a new instance of theclass.
public ColumnAttribute ( ) : System
리턴 System

ColumnAttribute() 공개 메소드

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

ColumnAttribute() 공개 메소드

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