C# 클래스 libsbmlcs.ConversionOption

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
ConversionOption ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ConversionOption obj ) : HandleRef
getCPtrAndDisown ( ConversionOption obj ) : HandleRef

메소드 상세

ConversionOption() 공개 메소드

public ConversionOption ( ConversionOption orig ) : System
orig ConversionOption
리턴 System

ConversionOption() 공개 메소드

public ConversionOption ( string key ) : System
key string
리턴 System

ConversionOption() 공개 메소드

public ConversionOption ( string key, bool value ) : System
key string
value bool
리턴 System

ConversionOption() 공개 메소드

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

ConversionOption() 공개 메소드

public ConversionOption ( string key, double value ) : System
key string
value double
리턴 System

ConversionOption() 공개 메소드

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

ConversionOption() 공개 메소드

public ConversionOption ( string key, float value ) : System
key string
value float
리턴 System

ConversionOption() 공개 메소드

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

ConversionOption() 공개 메소드

public ConversionOption ( string key, int value ) : System
key string
value int
리턴 System

ConversionOption() 공개 메소드

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

ConversionOption() 공개 메소드

public ConversionOption ( string key, string value ) : System
key string
value string
리턴 System

ConversionOption() 공개 메소드

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

ConversionOption() 공개 메소드

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

ConversionOption() 공개 메소드

public ConversionOption ( string key, string value, string description ) : System
key string
value string
description string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

clone() 공개 메소드

public clone ( ) : ConversionOption
리턴 ConversionOption

getBoolValue() 공개 메소드

public getBoolValue ( ) : bool
리턴 bool

getDescription() 공개 메소드

public getDescription ( ) : string
리턴 string

getDoubleValue() 공개 메소드

public getDoubleValue ( ) : double
리턴 double

getFloatValue() 공개 메소드

public getFloatValue ( ) : float
리턴 float

getIntValue() 공개 메소드

public getIntValue ( ) : int
리턴 int

getKey() 공개 메소드

public getKey ( ) : string
리턴 string

getType() 공개 메소드

public getType ( ) : int
리턴 int

getValue() 공개 메소드

public getValue ( ) : string
리턴 string

setBoolValue() 공개 메소드

public setBoolValue ( bool value ) : void
value bool
리턴 void

setDescription() 공개 메소드

public setDescription ( string description ) : void
description string
리턴 void

setDoubleValue() 공개 메소드

public setDoubleValue ( double value ) : void
value double
리턴 void

setFloatValue() 공개 메소드

public setFloatValue ( float value ) : void
value float
리턴 void

setIntValue() 공개 메소드

public setIntValue ( int value ) : void
value int
리턴 void

setKey() 공개 메소드

public setKey ( string key ) : void
key string
리턴 void

setType() 공개 메소드

public setType ( int type ) : void
type int
리턴 void

setValue() 공개 메소드

public setValue ( string value ) : void
value string
리턴 void

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool