C# Class CSReportDll.cReportField

ファイルを表示 Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Methods

Method Description
getFieldType ( ) : int
getIndex ( ) : int
getName ( ) : String
setFieldType ( int rhs ) : void
setIndex ( int rhs ) : void
setName ( String rhs ) : void

Private Methods

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

Method Details

getFieldType() public method

public getFieldType ( ) : int
return int

getIndex() public method

public getIndex ( ) : int
return int

getName() public method

public getName ( ) : String
return String

setFieldType() public method

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

setIndex() public method

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

setName() public method

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