C# Class libsbmlcs.ListOfParameters

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

Méthodes publiques

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

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfParameters() public méthode

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

ListOfParameters() public méthode

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

clone() public méthode

public clone ( ) : ListOfParameters
Résultat ListOfParameters

get() public méthode

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

get() public méthode

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

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 ) : Parameter
n long
Résultat Parameter

remove() public méthode

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