C# Class libsbmlcs.ListOfEvents

Inheritance: ListOf
Mostra file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ListOfEvents ( SBMLNamespaces sbmlns ) : System
ListOfEvents ( long level, long version ) : System
clone ( ) : ListOfEvents
get ( long n ) : Event
get ( string sid ) : Event
getElementName ( ) : string
getItemTypeCode ( ) : int
remove ( long n ) : Event
remove ( string sid ) : Event

Private Methods

Method Description
ListOfEvents ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ListOfEvents obj ) : HandleRef
getCPtrAndDisown ( ListOfEvents obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ListOfEvents() public method

public ListOfEvents ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

ListOfEvents() public method

public ListOfEvents ( long level, long version ) : System
level long
version long
return System

clone() public method

public clone ( ) : ListOfEvents
return ListOfEvents

get() public method

public get ( long n ) : Event
n long
return Event

get() public method

public get ( string sid ) : Event
sid string
return Event

getElementName() public method

public getElementName ( ) : string
return string

getItemTypeCode() public method

public getItemTypeCode ( ) : int
return int

remove() public method

public remove ( long n ) : Event
n long
return Event

remove() public method

public remove ( string sid ) : Event
sid string
return Event