C# Class libsbmlcs.SpeciesType

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
SpeciesType ( SBMLNamespaces sbmlns ) : System
SpeciesType ( SpeciesType orig ) : System
SpeciesType ( long level, long version ) : System
clone ( ) : SpeciesType
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
SpeciesType ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( SpeciesType obj ) : HandleRef
getCPtrAndDisown ( SpeciesType obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SpeciesType() public méthode

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

SpeciesType() public méthode

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

SpeciesType() public méthode

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

clone() public méthode

public clone ( ) : SpeciesType
Résultat SpeciesType

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