C# Class CSXml.cXmlProperty

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

Méthodes publiques

Méthode Description
getBinaryValue ( ) : byte[]
getName ( ) : string
getValue ( eTypes type ) : object
getValueBool ( eTypes type ) : bool
getValueInt ( eTypes type ) : int
getValueString ( eTypes type ) : string
setBinaryValue ( byte value ) : void
setName ( string value ) : void
setValue ( eTypes type, object value ) : void
setValue ( object value ) : void

Method Details

getBinaryValue() public méthode

public getBinaryValue ( ) : byte[]
Résultat byte[]

getName() public méthode

public getName ( ) : string
Résultat string

getValue() public méthode

public getValue ( eTypes type ) : object
type eTypes
Résultat object

getValueBool() public méthode

public getValueBool ( eTypes type ) : bool
type eTypes
Résultat bool

getValueInt() public méthode

public getValueInt ( eTypes type ) : int
type eTypes
Résultat int

getValueString() public méthode

public getValueString ( eTypes type ) : string
type eTypes
Résultat string

setBinaryValue() public méthode

public setBinaryValue ( byte value ) : void
value byte
Résultat void

setName() public méthode

public setName ( string value ) : void
value string
Résultat void

setValue() public méthode

public setValue ( eTypes type, object value ) : void
type eTypes
value object
Résultat void

setValue() public méthode

public setValue ( object value ) : void
value object
Résultat void