C# Class libsbmlcs.XMLTriple

Inheritance: IDisposable
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
XMLTriple ( ) : System
XMLTriple ( XMLTriple orig ) : System
XMLTriple ( string triplet ) : System
XMLTriple ( string triplet, char sepchar ) : System
XMLTriple ( string name, string uri, string prefix ) : System
clone ( ) : XMLTriple
getName ( ) : string
getPrefix ( ) : string
getPrefixedName ( ) : string
getURI ( ) : string
isEmpty ( ) : bool

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

XMLTriple() public method

public XMLTriple ( ) : System
return System

XMLTriple() public method

public XMLTriple ( XMLTriple orig ) : System
orig XMLTriple
return System

XMLTriple() public method

public XMLTriple ( string triplet ) : System
triplet string
return System

XMLTriple() public method

public XMLTriple ( string triplet, char sepchar ) : System
triplet string
sepchar char
return System

XMLTriple() public method

public XMLTriple ( string name, string uri, string prefix ) : System
name string
uri string
prefix string
return System

clone() public method

public clone ( ) : XMLTriple
return XMLTriple

getName() public method

public getName ( ) : string
return string

getPrefix() public method

public getPrefix ( ) : string
return string

getPrefixedName() public method

public getPrefixedName ( ) : string
return string

getURI() public method

public getURI ( ) : string
return string

isEmpty() public method

public isEmpty ( ) : bool
return bool

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool