C# Class libsbmlcs.ConversionOption

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

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

Method Details

ConversionOption() public méthode

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

ConversionOption() public méthode

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

ConversionOption() public méthode

public ConversionOption ( string key, bool value ) : System
key string
value bool
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, bool value, string description ) : System
key string
value bool
description string
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, double value ) : System
key string
value double
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, double value, string description ) : System
key string
value double
description string
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, float value ) : System
key string
value float
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, float value, string description ) : System
key string
value float
description string
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, int value ) : System
key string
value int
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, int value, string description ) : System
key string
value int
description string
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, string value ) : System
key string
value string
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, string value, int type ) : System
key string
value string
type int
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, string value, int type, string description ) : System
key string
value string
type int
description string
Résultat System

ConversionOption() public méthode

public ConversionOption ( string key, string value, string description ) : System
key string
value string
description string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

clone() public méthode

public clone ( ) : ConversionOption
Résultat ConversionOption

getBoolValue() public méthode

public getBoolValue ( ) : bool
Résultat bool

getDescription() public méthode

public getDescription ( ) : string
Résultat string

getDoubleValue() public méthode

public getDoubleValue ( ) : double
Résultat double

getFloatValue() public méthode

public getFloatValue ( ) : float
Résultat float

getIntValue() public méthode

public getIntValue ( ) : int
Résultat int

getKey() public méthode

public getKey ( ) : string
Résultat string

getType() public méthode

public getType ( ) : int
Résultat int

getValue() public méthode

public getValue ( ) : string
Résultat string

setBoolValue() public méthode

public setBoolValue ( bool value ) : void
value bool
Résultat void

setDescription() public méthode

public setDescription ( string description ) : void
description string
Résultat void

setDoubleValue() public méthode

public setDoubleValue ( double value ) : void
value double
Résultat void

setFloatValue() public méthode

public setFloatValue ( float value ) : void
value float
Résultat void

setIntValue() public méthode

public setIntValue ( int value ) : void
value int
Résultat void

setKey() public méthode

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

setType() public méthode

public setType ( int type ) : void
type int
Résultat void

setValue() public méthode

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

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool