C# 클래스 libsbmlcs.SBMLExtension

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
DowncastSBase ( IntPtr cPtr, bool owner ) : SBase
DowncastSBasePlugin ( IntPtr cPtr, bool owner ) : SBasePlugin
addL2Namespaces ( XMLNamespaces xmlns ) : void
clone ( ) : SBMLExtension
enableL2NamespaceForDocument ( SBMLDocument doc ) : void
getCategory ( long index ) : long
getErrorIdOffset ( ) : long
getErrorTableIndex ( long errorId ) : long
getLevel ( string uri ) : long
getMessage ( long index, long pkgVersion, string details ) : string
getName ( ) : string
getNumOfSBasePlugins ( ) : int
getNumOfSupportedPackageURI ( ) : long
getPackageVersion ( string uri ) : long
getSBMLExtensionNamespaces ( string uri ) : SBMLNamespaces
getSeverity ( long index, long pkgVersion ) : long
getShortMessage ( long index ) : string
getStringFromTypeCode ( int typeCode ) : string
getSupportedPackageURI ( long n ) : string
getURI ( long sbmlLevel, long sbmlVersion, long pkgVersion ) : string
getVersion ( string uri ) : long
hasMultipleVersions ( ) : bool
isEnabled ( ) : bool
isInUse ( SBMLDocument doc ) : bool
isSupported ( string uri ) : bool
removeL2Namespaces ( XMLNamespaces xmlns ) : void
setEnabled ( bool isEnabled ) : bool

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

DowncastSBase() 공개 메소드

public DowncastSBase ( IntPtr cPtr, bool owner ) : SBase
cPtr System.IntPtr
owner bool
리턴 SBase

DowncastSBasePlugin() 공개 메소드

public DowncastSBasePlugin ( IntPtr cPtr, bool owner ) : SBasePlugin
cPtr System.IntPtr
owner bool
리턴 SBasePlugin

addL2Namespaces() 공개 메소드

public addL2Namespaces ( XMLNamespaces xmlns ) : void
xmlns XMLNamespaces
리턴 void

clone() 공개 메소드

public clone ( ) : SBMLExtension
리턴 SBMLExtension

enableL2NamespaceForDocument() 공개 메소드

public enableL2NamespaceForDocument ( SBMLDocument doc ) : void
doc SBMLDocument
리턴 void

getCategory() 공개 메소드

public getCategory ( long index ) : long
index long
리턴 long

getErrorIdOffset() 공개 메소드

public getErrorIdOffset ( ) : long
리턴 long

getErrorTableIndex() 공개 메소드

public getErrorTableIndex ( long errorId ) : long
errorId long
리턴 long

getLevel() 공개 메소드

public getLevel ( string uri ) : long
uri string
리턴 long

getMessage() 공개 메소드

public getMessage ( long index, long pkgVersion, string details ) : string
index long
pkgVersion long
details string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNumOfSBasePlugins() 공개 메소드

public getNumOfSBasePlugins ( ) : int
리턴 int

getNumOfSupportedPackageURI() 공개 메소드

public getNumOfSupportedPackageURI ( ) : long
리턴 long

getPackageVersion() 공개 메소드

public getPackageVersion ( string uri ) : long
uri string
리턴 long

getSBMLExtensionNamespaces() 공개 메소드

public getSBMLExtensionNamespaces ( string uri ) : SBMLNamespaces
uri string
리턴 SBMLNamespaces

getSeverity() 공개 메소드

public getSeverity ( long index, long pkgVersion ) : long
index long
pkgVersion long
리턴 long

getShortMessage() 공개 메소드

public getShortMessage ( long index ) : string
index long
리턴 string

getStringFromTypeCode() 공개 메소드

public getStringFromTypeCode ( int typeCode ) : string
typeCode int
리턴 string

getSupportedPackageURI() 공개 메소드

public getSupportedPackageURI ( long n ) : string
n long
리턴 string

getURI() 공개 메소드

public getURI ( long sbmlLevel, long sbmlVersion, long pkgVersion ) : string
sbmlLevel long
sbmlVersion long
pkgVersion long
리턴 string

getVersion() 공개 메소드

public getVersion ( string uri ) : long
uri string
리턴 long

hasMultipleVersions() 공개 메소드

public hasMultipleVersions ( ) : bool
리턴 bool

isEnabled() 공개 메소드

public isEnabled ( ) : bool
리턴 bool

isInUse() 공개 메소드

public isInUse ( SBMLDocument doc ) : bool
doc SBMLDocument
리턴 bool

isSupported() 공개 메소드

public isSupported ( string uri ) : bool
uri string
리턴 bool

removeL2Namespaces() 공개 메소드

public removeL2Namespaces ( XMLNamespaces xmlns ) : void
xmlns XMLNamespaces
리턴 void

setEnabled() 공개 메소드

public setEnabled ( bool isEnabled ) : bool
isEnabled bool
리턴 bool

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool