C# Class libsbmlcs.ListOf

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
ListOf ( ) : System
ListOf ( ListOf orig ) : System
ListOf ( SBMLNamespaces sbmlns ) : System
ListOf ( long level ) : System
ListOf ( long level, long version ) : System
append ( SBase item ) : int
appendAndOwn ( SBase disownedItem ) : int
appendFrom ( ListOf list ) : int
clear ( ) : void
clear ( bool doDelete ) : void
clone ( ) : ListOf
connectToChild ( ) : void
enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
get ( long n ) : SBase
getElementByMetaId ( string metaid ) : SBase
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getItemTypeCode ( ) : int
getTypeCode ( ) : int
insert ( int location, SBase item ) : int
insertAndOwn ( int location, SBase disownedItem ) : int
remove ( long n ) : SBase
removeFromParentAndDelete ( ) : int
size ( ) : long

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ListOf() public méthode

public ListOf ( ) : System
Résultat System

ListOf() public méthode

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

ListOf() public méthode

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

ListOf() public méthode

public ListOf ( long level ) : System
level long
Résultat System

ListOf() public méthode

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

append() public méthode

public append ( SBase item ) : int
item SBase
Résultat int

appendAndOwn() public méthode

public appendAndOwn ( SBase disownedItem ) : int
disownedItem SBase
Résultat int

appendFrom() public méthode

public appendFrom ( ListOf list ) : int
list ListOf
Résultat int

clear() public méthode

public clear ( ) : void
Résultat void

clear() public méthode

public clear ( bool doDelete ) : void
doDelete bool
Résultat void

clone() public méthode

public clone ( ) : ListOf
Résultat ListOf

connectToChild() public méthode

public connectToChild ( ) : void
Résultat void

enablePackageInternal() public méthode

public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
pkgURI string
pkgPrefix string
flag bool
Résultat void

get() public méthode

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

getElementByMetaId() public méthode

public getElementByMetaId ( string metaid ) : SBase
metaid string
Résultat SBase

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

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

insert() public méthode

public insert ( int location, SBase item ) : int
location int
item SBase
Résultat int

insertAndOwn() public méthode

public insertAndOwn ( int location, SBase disownedItem ) : int
location int
disownedItem SBase
Résultat int

remove() public méthode

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

removeFromParentAndDelete() public méthode

public removeFromParentAndDelete ( ) : int
Résultat int

size() public méthode

public size ( ) : long
Résultat long