C# Class CSReportDll.cParameter

Show file Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method 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

Method Description
load ( CSXml xDoc, XmlNode nodeObj ) : bool
save ( CSXml xDoc, XmlNode nodeFather ) : bool

Method Details

getColumnType() public method

public getColumnType ( ) : csDataType
return csDataType

getDefaultValue() public method

public getDefaultValue ( ) : String
return String

getHasDefault() public method

public getHasDefault ( ) : bool
return bool

getIsNullable() public method

public getIsNullable ( ) : bool
return bool

getKey() public method

public getKey ( ) : String
return String

getMaxLength() public method

public getMaxLength ( ) : int
return int

getName() public method

public getName ( ) : String
return String

getPosition() public method

public getPosition ( ) : int
return int

getValue() public method

public getValue ( ) : String
return String

setColumnType() public method

public setColumnType ( csDataType rhs ) : void
rhs csDataType
return void

setDefaultValue() public method

public setDefaultValue ( String rhs ) : void
rhs String
return void

setHasDefault() public method

public setHasDefault ( bool rhs ) : void
rhs bool
return void

setIsNullable() public method

public setIsNullable ( bool rhs ) : void
rhs bool
return void

setKey() public method

public setKey ( String rhs ) : void
rhs String
return void

setMaxLength() public method

public setMaxLength ( int rhs ) : void
rhs int
return void

setName() public method

public setName ( String rhs ) : void
rhs String
return void

setPosition() public method

public setPosition ( int rhs ) : void
rhs int
return void

setValue() public method

public setValue ( String rhs ) : void
rhs String
return void