C# Class RPS.ColumnInfo

ファイルを表示 Open project: marijnkampf/Random-Photo-Screensaver

Public Methods

Method Description
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

Method Details

ColumnInfo() public method

public ColumnInfo ( string type ) : System
type string
return System

ColumnInfo() public method

public ColumnInfo ( string type, FilterInfo fi ) : System
type string
fi FilterInfo
return System

ColumnInfo() public method

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

ColumnInfo() public method

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

ColumnInfo() public method

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