C# 클래스 RPS.ColumnInfo

파일 보기 프로젝트 열기: marijnkampf/Random-Photo-Screensaver

공개 메소드들

메소드 설명
ColumnInfo ( string type ) : System
ColumnInfo ( string type, FilterInfo fi ) : System
ColumnInfo ( string type, FilterInfo fi, bool index ) : System
ColumnInfo ( string type, FilterInfo fi, bool index, bool unique ) : System
ColumnInfo ( string type, bool index, bool unique ) : System

메소드 상세

ColumnInfo() 공개 메소드

public ColumnInfo ( string type ) : System
type string
리턴 System

ColumnInfo() 공개 메소드

public ColumnInfo ( string type, FilterInfo fi ) : System
type string
fi FilterInfo
리턴 System

ColumnInfo() 공개 메소드

public ColumnInfo ( string type, FilterInfo fi, bool index ) : System
type string
fi FilterInfo
index bool
리턴 System

ColumnInfo() 공개 메소드

public ColumnInfo ( string type, FilterInfo fi, bool index, bool unique ) : System
type string
fi FilterInfo
index bool
unique bool
리턴 System

ColumnInfo() 공개 메소드

public ColumnInfo ( string type, bool index, bool unique ) : System
type string
index bool
unique bool
리턴 System