C# Class libsbmlcs.ConversionProperties

Inheritance: IDisposable
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

Méthode Description
ConversionProperties ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ConversionProperties obj ) : HandleRef
getCPtrAndDisown ( ConversionProperties obj ) : HandleRef

Method Details

ConversionProperties() public méthode

public ConversionProperties ( ) : System
Résultat System

ConversionProperties() public méthode

public ConversionProperties ( ConversionProperties orig ) : System
orig ConversionProperties
Résultat System

ConversionProperties() public méthode

public ConversionProperties ( SBMLNamespaces targetNS ) : System
targetNS SBMLNamespaces
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

addOption() public méthode

public addOption ( ConversionOption option ) : void
option ConversionOption
Résultat void

addOption() public méthode

public addOption ( string key ) : void
key string
Résultat void

addOption() public méthode

public addOption ( string key, bool value ) : void
key string
value bool
Résultat void

addOption() public méthode

public addOption ( string key, bool value, string description ) : void
key string
value bool
description string
Résultat void

addOption() public méthode

public addOption ( string key, double value ) : void
key string
value double
Résultat void

addOption() public méthode

public addOption ( string key, double value, string description ) : void
key string
value double
description string
Résultat void

addOption() public méthode

public addOption ( string key, float value ) : void
key string
value float
Résultat void

addOption() public méthode

public addOption ( string key, float value, string description ) : void
key string
value float
description string
Résultat void

addOption() public méthode

public addOption ( string key, int value ) : void
key string
value int
Résultat void

addOption() public méthode

public addOption ( string key, int value, string description ) : void
key string
value int
description string
Résultat void

addOption() public méthode

public addOption ( string key, string value ) : void
key string
value string
Résultat void

addOption() public méthode

public addOption ( string key, string value, int type ) : void
key string
value string
type int
Résultat void

addOption() public méthode

public addOption ( string key, string value, int type, string description ) : void
key string
value string
type int
description string
Résultat void

addOption() public méthode

public addOption ( string key, string value, string description ) : void
key string
value string
description string
Résultat void

clone() public méthode

public clone ( ) : ConversionProperties
Résultat ConversionProperties

getBoolValue() public méthode

public getBoolValue ( string key ) : bool
key string
Résultat bool

getDescription() public méthode

public getDescription ( string key ) : string
key string
Résultat string

getDoubleValue() public méthode

public getDoubleValue ( string key ) : double
key string
Résultat double

getFloatValue() public méthode

public getFloatValue ( string key ) : float
key string
Résultat float

getIntValue() public méthode

public getIntValue ( string key ) : int
key string
Résultat int

getNumOptions() public méthode

public getNumOptions ( ) : int
Résultat int

getOption() public méthode

public getOption ( int index ) : ConversionOption
index int
Résultat ConversionOption

getOption() public méthode

public getOption ( string key ) : ConversionOption
key string
Résultat ConversionOption

getTargetNamespaces() public méthode

public getTargetNamespaces ( ) : SBMLNamespaces
Résultat SBMLNamespaces

getType() public méthode

public getType ( string key ) : int
key string
Résultat int

getValue() public méthode

public getValue ( string key ) : string
key string
Résultat string

hasOption() public méthode

public hasOption ( string key ) : bool
key string
Résultat bool

hasTargetNamespaces() public méthode

public hasTargetNamespaces ( ) : bool
Résultat bool

removeOption() public méthode

public removeOption ( string key ) : ConversionOption
key string
Résultat ConversionOption

setBoolValue() public méthode

public setBoolValue ( string key, bool value ) : void
key string
value bool
Résultat void

setDoubleValue() public méthode

public setDoubleValue ( string key, double value ) : void
key string
value double
Résultat void

setFloatValue() public méthode

public setFloatValue ( string key, float value ) : void
key string
value float
Résultat void

setIntValue() public méthode

public setIntValue ( string key, int value ) : void
key string
value int
Résultat void

setTargetNamespaces() public méthode

public setTargetNamespaces ( SBMLNamespaces targetNS ) : void
targetNS SBMLNamespaces
Résultat void

setValue() public méthode

public setValue ( string key, string value ) : void
key string
value string
Résultat void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool