C# Class CSXml.cXmlProperty

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

Public Methods

Method 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 method

public getBinaryValue ( ) : byte[]
return byte[]

getName() public method

public getName ( ) : string
return string

getValue() public method

public getValue ( eTypes type ) : object
type eTypes
return object

getValueBool() public method

public getValueBool ( eTypes type ) : bool
type eTypes
return bool

getValueInt() public method

public getValueInt ( eTypes type ) : int
type eTypes
return int

getValueString() public method

public getValueString ( eTypes type ) : string
type eTypes
return string

setBinaryValue() public method

public setBinaryValue ( byte value ) : void
value byte
return void

setName() public method

public setName ( string value ) : void
value string
return void

setValue() public method

public setValue ( eTypes type, object value ) : void
type eTypes
value object
return void

setValue() public method

public setValue ( object value ) : void
value object
return void