C# Class CSReportDll.cReportField

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

Méthodes publiques

Méthode Description
getFieldType ( ) : int
getIndex ( ) : int
getName ( ) : String
setFieldType ( int rhs ) : void
setIndex ( int rhs ) : void
setName ( String rhs ) : void

Private Methods

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

Method Details

getFieldType() public méthode

public getFieldType ( ) : int
Résultat int

getIndex() public méthode

public getIndex ( ) : int
Résultat int

getName() public méthode

public getName ( ) : String
Résultat String

setFieldType() public méthode

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

setIndex() public méthode

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

setName() public méthode

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