C# Class libsbmlcs.ListOfSpeciesReferences

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ListOfSpeciesReferences ( SBMLNamespaces sbmlns ) : System
ListOfSpeciesReferences ( long level, long version ) : System
clone ( ) : ListOfSpeciesReferences
get ( long n ) : SimpleSpeciesReference
get ( string sid ) : SimpleSpeciesReference
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : SimpleSpeciesReference
remove ( string sid ) : SimpleSpeciesReference

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfSpeciesReferences() public méthode

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

ListOfSpeciesReferences() public méthode

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

clone() public méthode

public clone ( ) : ListOfSpeciesReferences
Résultat ListOfSpeciesReferences

get() public méthode

public get ( long n ) : SimpleSpeciesReference
n long
Résultat SimpleSpeciesReference

get() public méthode

public get ( string sid ) : SimpleSpeciesReference
sid string
Résultat SimpleSpeciesReference

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getItemTypeCode() public méthode

public getItemTypeCode ( ) : int
Résultat int

remove() public méthode

public remove ( long n ) : SimpleSpeciesReference
n long
Résultat SimpleSpeciesReference

remove() public méthode

public remove ( string sid ) : SimpleSpeciesReference
sid string
Résultat SimpleSpeciesReference