C# Class CSConnect.cColumnInfo

Afficher le fichier Open project: javiercrowsoft/CSReports.net Class Usage Examples

Méthodes publiques

Méthode Description
getColumnType ( ) : CSDataBase.csDataType
getKey ( ) : String
getName ( ) : String
getPosition ( ) : int
setColumnType ( CSDataBase rhs ) : void
setKey ( String rhs ) : void
setName ( String rhs ) : void
setPosition ( int rhs ) : void

Method Details

getColumnType() public méthode

public getColumnType ( ) : CSDataBase.csDataType
Résultat CSDataBase.csDataType

getKey() public méthode

public getKey ( ) : String
Résultat String

getName() public méthode

public getName ( ) : String
Résultat String

getPosition() public méthode

public getPosition ( ) : int
Résultat int

setColumnType() public méthode

public setColumnType ( CSDataBase rhs ) : void
rhs CSDataBase
Résultat void

setKey() public méthode

public setKey ( String rhs ) : void
rhs String
Résultat void

setName() public méthode

public setName ( String rhs ) : void
rhs String
Résultat void

setPosition() public méthode

public setPosition ( int rhs ) : void
rhs int
Résultat void