C# Class libsbml.ConversionProperties

Inheritance: IDisposable
Mostra file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ConversionProperties ( ) : System
ConversionProperties ( ConversionProperties orig ) : System
ConversionProperties ( SBMLNamespaces targetNS ) : System
Dispose ( ) : void
addOption ( ConversionOption option ) : void
addOption ( string key ) : void
addOption ( string key, bool value ) : void
addOption ( string key, bool value, string description ) : void
addOption ( string key, double value ) : void
addOption ( string key, double value, string description ) : void
addOption ( string key, float value ) : void
addOption ( string key, float value, string description ) : void
addOption ( string key, int value ) : void
addOption ( string key, int value, string description ) : void
addOption ( string key, string value ) : void
addOption ( string key, string value, int type ) : void
addOption ( string key, string value, int type, string description ) : void
addOption ( string key, string value, string description ) : void
clone ( ) : ConversionProperties
getBoolValue ( string key ) : bool
getDescription ( string key ) : string
getDoubleValue ( string key ) : double
getFloatValue ( string key ) : float
getIntValue ( string key ) : int
getNumOptions ( ) : int
getOption ( int index ) : ConversionOption
getOption ( string key ) : ConversionOption
getTargetNamespaces ( ) : SBMLNamespaces
getType ( string key ) : int
getValue ( string key ) : string
hasOption ( string key ) : bool
hasTargetNamespaces ( ) : bool
removeOption ( string key ) : ConversionOption
setBoolValue ( string key, bool value ) : void
setDoubleValue ( string key, double value ) : void
setFloatValue ( string key, float value ) : void
setIntValue ( string key, int value ) : void
setTargetNamespaces ( SBMLNamespaces targetNS ) : void
setValue ( string key, string value ) : void

Private Methods

Method Description
ConversionProperties ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ConversionProperties obj ) : HandleRef
getCPtrAndDisown ( ConversionProperties obj ) : HandleRef

Method Details

ConversionProperties() public method

public ConversionProperties ( ) : System
return System

ConversionProperties() public method

public ConversionProperties ( ConversionProperties orig ) : System
orig ConversionProperties
return System

ConversionProperties() public method

public ConversionProperties ( SBMLNamespaces targetNS ) : System
targetNS SBMLNamespaces
return System

Dispose() public method

public Dispose ( ) : void
return void

addOption() public method

public addOption ( ConversionOption option ) : void
option ConversionOption
return void

addOption() public method

public addOption ( string key ) : void
key string
return void

addOption() public method

public addOption ( string key, bool value ) : void
key string
value bool
return void

addOption() public method

public addOption ( string key, bool value, string description ) : void
key string
value bool
description string
return void

addOption() public method

public addOption ( string key, double value ) : void
key string
value double
return void

addOption() public method

public addOption ( string key, double value, string description ) : void
key string
value double
description string
return void

addOption() public method

public addOption ( string key, float value ) : void
key string
value float
return void

addOption() public method

public addOption ( string key, float value, string description ) : void
key string
value float
description string
return void

addOption() public method

public addOption ( string key, int value ) : void
key string
value int
return void

addOption() public method

public addOption ( string key, int value, string description ) : void
key string
value int
description string
return void

addOption() public method

public addOption ( string key, string value ) : void
key string
value string
return void

addOption() public method

public addOption ( string key, string value, int type ) : void
key string
value string
type int
return void

addOption() public method

public addOption ( string key, string value, int type, string description ) : void
key string
value string
type int
description string
return void

addOption() public method

public addOption ( string key, string value, string description ) : void
key string
value string
description string
return void

clone() public method

public clone ( ) : ConversionProperties
return ConversionProperties

getBoolValue() public method

public getBoolValue ( string key ) : bool
key string
return bool

getDescription() public method

public getDescription ( string key ) : string
key string
return string

getDoubleValue() public method

public getDoubleValue ( string key ) : double
key string
return double

getFloatValue() public method

public getFloatValue ( string key ) : float
key string
return float

getIntValue() public method

public getIntValue ( string key ) : int
key string
return int

getNumOptions() public method

public getNumOptions ( ) : int
return int

getOption() public method

public getOption ( int index ) : ConversionOption
index int
return ConversionOption

getOption() public method

public getOption ( string key ) : ConversionOption
key string
return ConversionOption

getTargetNamespaces() public method

public getTargetNamespaces ( ) : SBMLNamespaces
return SBMLNamespaces

getType() public method

public getType ( string key ) : int
key string
return int

getValue() public method

public getValue ( string key ) : string
key string
return string

hasOption() public method

public hasOption ( string key ) : bool
key string
return bool

hasTargetNamespaces() public method

public hasTargetNamespaces ( ) : bool
return bool

removeOption() public method

public removeOption ( string key ) : ConversionOption
key string
return ConversionOption

setBoolValue() public method

public setBoolValue ( string key, bool value ) : void
key string
value bool
return void

setDoubleValue() public method

public setDoubleValue ( string key, double value ) : void
key string
value double
return void

setFloatValue() public method

public setFloatValue ( string key, float value ) : void
key string
value float
return void

setIntValue() public method

public setIntValue ( string key, int value ) : void
key string
value int
return void

setTargetNamespaces() public method

public setTargetNamespaces ( SBMLNamespaces targetNS ) : void
targetNS SBMLNamespaces
return void

setValue() public method

public setValue ( string key, string value ) : void
key string
value string
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool