C# 클래스 HybridDb.Config.Column

파일 보기 프로젝트 열기: asgerhallas/HybridDb 1 사용 예제들

공개 메소드들

메소드 설명
Column ( string name, Type type, int length = null, object defaultValue = null, bool isPrimaryKey = false ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( Column other ) : bool

메소드 상세

Column() 공개 메소드

public Column ( string name, Type type, int length = null, object defaultValue = null, bool isPrimaryKey = false ) : System
name string
type System.Type
length int
defaultValue object
isPrimaryKey bool
리턴 System

Equals() 보호된 메소드

protected Equals ( Column other ) : bool
other Column
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string