C# Class libsbml.XMLError

Inheritance: IDisposable
Show file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
XMLError ( ) : System
XMLError ( XMLError orig ) : System
XMLError ( int errorId ) : System
XMLError ( int errorId, string details ) : System
XMLError ( int errorId, string details, long line ) : System
XMLError ( int errorId, string details, long line, long column ) : System
XMLError ( int errorId, string details, long line, long column, long severity ) : System
XMLError ( int errorId, string details, long line, long column, long severity, long category ) : System
getCategory ( ) : long
getCategoryAsString ( ) : string
getColumn ( ) : long
getErrorId ( ) : long
getErrorIdOffset ( ) : long
getLine ( ) : long
getMessage ( ) : string
getPackage ( ) : string
getSeverity ( ) : long
getSeverityAsString ( ) : string
getShortMessage ( ) : string
getStandardMessage ( int code ) : string
isError ( ) : bool
isFatal ( ) : bool
isInfo ( ) : bool
isInternal ( ) : bool
isSystem ( ) : bool
isValid ( ) : bool
isWarning ( ) : bool
isXML ( ) : bool
operator ( ) : bool
setColumn ( long column ) : int
setLine ( long line ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Equals() public method

public Equals ( Object sb ) : bool
sb Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

XMLError() public method

public XMLError ( ) : System
return System

XMLError() public method

public XMLError ( XMLError orig ) : System
orig XMLError
return System

XMLError() public method

public XMLError ( int errorId ) : System
errorId int
return System

XMLError() public method

public XMLError ( int errorId, string details ) : System
errorId int
details string
return System

XMLError() public method

public XMLError ( int errorId, string details, long line ) : System
errorId int
details string
line long
return System

XMLError() public method

public XMLError ( int errorId, string details, long line, long column ) : System
errorId int
details string
line long
column long
return System

XMLError() public method

public XMLError ( int errorId, string details, long line, long column, long severity ) : System
errorId int
details string
line long
column long
severity long
return System

XMLError() public method

public XMLError ( int errorId, string details, long line, long column, long severity, long category ) : System
errorId int
details string
line long
column long
severity long
category long
return System

getCategory() public method

public getCategory ( ) : long
return long

getCategoryAsString() public method

public getCategoryAsString ( ) : string
return string

getColumn() public method

public getColumn ( ) : long
return long

getErrorId() public method

public getErrorId ( ) : long
return long

getErrorIdOffset() public method

public getErrorIdOffset ( ) : long
return long

getLine() public method

public getLine ( ) : long
return long

getMessage() public method

public getMessage ( ) : string
return string

getPackage() public method

public getPackage ( ) : string
return string

getSeverity() public method

public getSeverity ( ) : long
return long

getSeverityAsString() public method

public getSeverityAsString ( ) : string
return string

getShortMessage() public method

public getShortMessage ( ) : string
return string

getStandardMessage() public static method

public static getStandardMessage ( int code ) : string
code int
return string

isError() public method

public isError ( ) : bool
return bool

isFatal() public method

public isFatal ( ) : bool
return bool

isInfo() public method

public isInfo ( ) : bool
return bool

isInternal() public method

public isInternal ( ) : bool
return bool

isSystem() public method

public isSystem ( ) : bool
return bool

isValid() public method

public isValid ( ) : bool
return bool

isWarning() public method

public isWarning ( ) : bool
return bool

isXML() public method

public isXML ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

setColumn() public method

public setColumn ( long column ) : int
column long
return int

setLine() public method

public setLine ( long line ) : int
line long
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool