C# 클래스 libsbmlcs.CompartmentType

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

공개 메소드들

메소드 설명
CompartmentType ( CompartmentType orig ) : System
CompartmentType ( SBMLNamespaces sbmlns ) : System
CompartmentType ( long level, long version ) : System
Dispose ( ) : void
clone ( ) : CompartmentType
getElementName ( ) : string
getId ( ) : string
getName ( ) : string
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
isSetId ( ) : bool
isSetName ( ) : bool
setId ( string sid ) : int
setName ( string name ) : int
unsetName ( ) : int

비공개 메소드들

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

메소드 상세

CompartmentType() 공개 메소드

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

CompartmentType() 공개 메소드

public CompartmentType ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
리턴 System

CompartmentType() 공개 메소드

public CompartmentType ( long level, long version ) : System
level long
version long
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

clone() 공개 메소드

public clone ( ) : CompartmentType
리턴 CompartmentType

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

isSetId() 공개 메소드

public isSetId ( ) : bool
리턴 bool

isSetName() 공개 메소드

public isSetName ( ) : bool
리턴 bool

setId() 공개 메소드

public setId ( string sid ) : int
sid string
리턴 int

setName() 공개 메소드

public setName ( string name ) : int
name string
리턴 int

unsetName() 공개 메소드

public unsetName ( ) : int
리턴 int