C# Class libsbmlcs.CompartmentType

Inheritance: SBase
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

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

Method Details

CompartmentType() public méthode

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

CompartmentType() public méthode

public CompartmentType ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Résultat System

CompartmentType() public méthode

public CompartmentType ( long level, long version ) : System
level long
version long
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

clone() public méthode

public clone ( ) : CompartmentType
Résultat CompartmentType

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

hasRequiredAttributes() public méthode

public hasRequiredAttributes ( ) : bool
Résultat bool

isSetId() public méthode

public isSetId ( ) : bool
Résultat bool

isSetName() public méthode

public isSetName ( ) : bool
Résultat bool

setId() public méthode

public setId ( string sid ) : int
sid string
Résultat int

setName() public méthode

public setName ( string name ) : int
name string
Résultat int

unsetName() public méthode

public unsetName ( ) : int
Résultat int