C# Class CSReportDll.cParameter

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

Méthodes publiques

Méthode Description
getColumnType ( ) : csDataType
getDefaultValue ( ) : String
getHasDefault ( ) : bool
getIsNullable ( ) : bool
getKey ( ) : String
getMaxLength ( ) : int
getName ( ) : String
getPosition ( ) : int
getValue ( ) : String
setColumnType ( csDataType rhs ) : void
setDefaultValue ( String rhs ) : void
setHasDefault ( bool rhs ) : void
setIsNullable ( bool rhs ) : void
setKey ( String rhs ) : void
setMaxLength ( int rhs ) : void
setName ( String rhs ) : void
setPosition ( int rhs ) : void
setValue ( String rhs ) : void

Private Methods

Méthode Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getColumnType() public méthode

public getColumnType ( ) : csDataType
Résultat csDataType

getDefaultValue() public méthode

public getDefaultValue ( ) : String
Résultat String

getHasDefault() public méthode

public getHasDefault ( ) : bool
Résultat bool

getIsNullable() public méthode

public getIsNullable ( ) : bool
Résultat bool

getKey() public méthode

public getKey ( ) : String
Résultat String

getMaxLength() public méthode

public getMaxLength ( ) : int
Résultat int

getName() public méthode

public getName ( ) : String
Résultat String

getPosition() public méthode

public getPosition ( ) : int
Résultat int

getValue() public méthode

public getValue ( ) : String
Résultat String

setColumnType() public méthode

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

setDefaultValue() public méthode

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

setHasDefault() public méthode

public setHasDefault ( bool rhs ) : void
rhs bool
Résultat void

setIsNullable() public méthode

public setIsNullable ( bool rhs ) : void
rhs bool
Résultat void

setKey() public méthode

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

setMaxLength() public méthode

public setMaxLength ( int rhs ) : void
rhs int
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

setValue() public méthode

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