C# 클래스 libsbmlcs.ListOfSpeciesTypes

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

공개 메소드들

메소드 설명
Dispose ( ) : void
ListOfSpeciesTypes ( SBMLNamespaces sbmlns ) : System
ListOfSpeciesTypes ( long level, long version ) : System
clone ( ) : ListOfSpeciesTypes
get ( long n ) : SpeciesType
get ( string sid ) : SpeciesType
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : SpeciesType
remove ( string sid ) : SpeciesType

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ListOfSpeciesTypes() 공개 메소드

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

ListOfSpeciesTypes() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : ListOfSpeciesTypes
리턴 ListOfSpeciesTypes

get() 공개 메소드

public get ( long n ) : SpeciesType
n long
리턴 SpeciesType

get() 공개 메소드

public get ( string sid ) : SpeciesType
sid string
리턴 SpeciesType

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getItemTypeCode() 공개 메소드

public getItemTypeCode ( ) : int
리턴 int

remove() 공개 메소드

public remove ( long n ) : SpeciesType
n long
리턴 SpeciesType

remove() 공개 메소드

public remove ( string sid ) : SpeciesType
sid string
리턴 SpeciesType