C# Class libsbmlcs.ListOfUnitDefinitions

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ListOfUnitDefinitions ( SBMLNamespaces sbmlns ) : System
ListOfUnitDefinitions ( long level, long version ) : System
clone ( ) : ListOfUnitDefinitions
get ( long n ) : UnitDefinition
get ( string sid ) : UnitDefinition
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : UnitDefinition
remove ( string sid ) : UnitDefinition

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOfUnitDefinitions() public méthode

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

ListOfUnitDefinitions() public méthode

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

clone() public méthode

public clone ( ) : ListOfUnitDefinitions
Résultat ListOfUnitDefinitions

get() public méthode

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

get() public méthode

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

getElementBySId() public méthode

public getElementBySId ( string id ) : SBase
id string
Résultat SBase

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

remove() public méthode

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