C# Class libsbml.ConversionOption

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
ConversionOption ( ConversionOption orig ) : System
ConversionOption ( string key ) : System
ConversionOption ( string key, bool value ) : System
ConversionOption ( string key, bool value, string description ) : System
ConversionOption ( string key, double value ) : System
ConversionOption ( string key, double value, string description ) : System
ConversionOption ( string key, float value ) : System
ConversionOption ( string key, float value, string description ) : System
ConversionOption ( string key, int value ) : System
ConversionOption ( string key, int value, string description ) : System
ConversionOption ( string key, string value ) : System
ConversionOption ( string key, string value, int type ) : System
ConversionOption ( string key, string value, int type, string description ) : System
ConversionOption ( string key, string value, string description ) : System
Dispose ( ) : void
clone ( ) : ConversionOption
getBoolValue ( ) : bool
getDescription ( ) : string
getDoubleValue ( ) : double
getFloatValue ( ) : float
getIntValue ( ) : int
getKey ( ) : string
getType ( ) : int
getValue ( ) : string
setBoolValue ( bool value ) : void
setDescription ( string description ) : void
setDoubleValue ( double value ) : void
setFloatValue ( float value ) : void
setIntValue ( int value ) : void
setKey ( string key ) : void
setType ( int type ) : void
setValue ( string value ) : void

Private Methods

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

Method Details

ConversionOption() public method

public ConversionOption ( ConversionOption orig ) : System
orig ConversionOption
return System

ConversionOption() public method

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

ConversionOption() public method

public ConversionOption ( string key, bool value ) : System
key string
value bool
return System

ConversionOption() public method

public ConversionOption ( string key, bool value, string description ) : System
key string
value bool
description string
return System

ConversionOption() public method

public ConversionOption ( string key, double value ) : System
key string
value double
return System

ConversionOption() public method

public ConversionOption ( string key, double value, string description ) : System
key string
value double
description string
return System

ConversionOption() public method

public ConversionOption ( string key, float value ) : System
key string
value float
return System

ConversionOption() public method

public ConversionOption ( string key, float value, string description ) : System
key string
value float
description string
return System

ConversionOption() public method

public ConversionOption ( string key, int value ) : System
key string
value int
return System

ConversionOption() public method

public ConversionOption ( string key, int value, string description ) : System
key string
value int
description string
return System

ConversionOption() public method

public ConversionOption ( string key, string value ) : System
key string
value string
return System

ConversionOption() public method

public ConversionOption ( string key, string value, int type ) : System
key string
value string
type int
return System

ConversionOption() public method

public ConversionOption ( string key, string value, int type, string description ) : System
key string
value string
type int
description string
return System

ConversionOption() public method

public ConversionOption ( string key, string value, string description ) : System
key string
value string
description string
return System

Dispose() public method

public Dispose ( ) : void
return void

clone() public method

public clone ( ) : ConversionOption
return ConversionOption

getBoolValue() public method

public getBoolValue ( ) : bool
return bool

getDescription() public method

public getDescription ( ) : string
return string

getDoubleValue() public method

public getDoubleValue ( ) : double
return double

getFloatValue() public method

public getFloatValue ( ) : float
return float

getIntValue() public method

public getIntValue ( ) : int
return int

getKey() public method

public getKey ( ) : string
return string

getType() public method

public getType ( ) : int
return int

getValue() public method

public getValue ( ) : string
return string

setBoolValue() public method

public setBoolValue ( bool value ) : void
value bool
return void

setDescription() public method

public setDescription ( string description ) : void
description string
return void

setDoubleValue() public method

public setDoubleValue ( double value ) : void
value double
return void

setFloatValue() public method

public setFloatValue ( float value ) : void
value float
return void

setIntValue() public method

public setIntValue ( int value ) : void
value int
return void

setKey() public method

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

setType() public method

public setType ( int type ) : void
type int
return void

setValue() public method

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool