C# Class CSReportDll.cReportFormulaType

Datei anzeigen Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
getDecrip ( ) : String
getHelpContextId ( ) : int
getId ( ) : csRptFormulaType
getName ( ) : String
getNameUser ( ) : String
setDecrip ( String rhs ) : void
setHelpContextId ( csRptFormulaType rhs ) : void
setHelpContextId ( int rhs ) : void
setId ( csRptFormulaType rhs ) : void
setName ( String rhs ) : void
setNameUser ( String rhs ) : void

Method Details

getDecrip() public method

public getDecrip ( ) : String
return String

getHelpContextId() public method

public getHelpContextId ( ) : int
return int

getId() public method

public getId ( ) : csRptFormulaType
return csRptFormulaType

getName() public method

public getName ( ) : String
return String

getNameUser() public method

public getNameUser ( ) : String
return String

setDecrip() public method

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

setHelpContextId() public method

public setHelpContextId ( csRptFormulaType rhs ) : void
rhs csRptFormulaType
return void

setHelpContextId() public method

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

setId() public method

public setId ( csRptFormulaType rhs ) : void
rhs csRptFormulaType
return void

setName() public method

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

setNameUser() public method

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