C# Class libsbml.XMLError

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

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode 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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

public Equals ( Object sb ) : bool
sb Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

XMLError() public méthode

public XMLError ( ) : System
Résultat System

XMLError() public méthode

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

XMLError() public méthode

public XMLError ( int errorId ) : System
errorId int
Résultat System

XMLError() public méthode

public XMLError ( int errorId, string details ) : System
errorId int
details string
Résultat System

XMLError() public méthode

public XMLError ( int errorId, string details, long line ) : System
errorId int
details string
line long
Résultat System

XMLError() public méthode

public XMLError ( int errorId, string details, long line, long column ) : System
errorId int
details string
line long
column long
Résultat System

XMLError() public méthode

public XMLError ( int errorId, string details, long line, long column, long severity ) : System
errorId int
details string
line long
column long
severity long
Résultat System

XMLError() public méthode

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
Résultat System

getCategory() public méthode

public getCategory ( ) : long
Résultat long

getCategoryAsString() public méthode

public getCategoryAsString ( ) : string
Résultat string

getColumn() public méthode

public getColumn ( ) : long
Résultat long

getErrorId() public méthode

public getErrorId ( ) : long
Résultat long

getErrorIdOffset() public méthode

public getErrorIdOffset ( ) : long
Résultat long

getLine() public méthode

public getLine ( ) : long
Résultat long

getMessage() public méthode

public getMessage ( ) : string
Résultat string

getPackage() public méthode

public getPackage ( ) : string
Résultat string

getSeverity() public méthode

public getSeverity ( ) : long
Résultat long

getSeverityAsString() public méthode

public getSeverityAsString ( ) : string
Résultat string

getShortMessage() public méthode

public getShortMessage ( ) : string
Résultat string

getStandardMessage() public static méthode

public static getStandardMessage ( int code ) : string
code int
Résultat string

isError() public méthode

public isError ( ) : bool
Résultat bool

isFatal() public méthode

public isFatal ( ) : bool
Résultat bool

isInfo() public méthode

public isInfo ( ) : bool
Résultat bool

isInternal() public méthode

public isInternal ( ) : bool
Résultat bool

isSystem() public méthode

public isSystem ( ) : bool
Résultat bool

isValid() public méthode

public isValid ( ) : bool
Résultat bool

isWarning() public méthode

public isWarning ( ) : bool
Résultat bool

isXML() public méthode

public isXML ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : bool
Résultat bool

setColumn() public méthode

public setColumn ( long column ) : int
column long
Résultat int

setLine() public méthode

public setLine ( long line ) : int
line long
Résultat int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool