C# 클래스 libsbml.XMLError

상속: IDisposable
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
XMLError ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( XMLError obj ) : HandleRef
getCPtrAndDisown ( XMLError obj ) : HandleRef

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( Object sb ) : bool
sb Object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

XMLError() 공개 메소드

public XMLError ( ) : System
리턴 System

XMLError() 공개 메소드

public XMLError ( XMLError orig ) : System
orig XMLError
리턴 System

XMLError() 공개 메소드

public XMLError ( int errorId ) : System
errorId int
리턴 System

XMLError() 공개 메소드

public XMLError ( int errorId, string details ) : System
errorId int
details string
리턴 System

XMLError() 공개 메소드

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

XMLError() 공개 메소드

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

XMLError() 공개 메소드

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

XMLError() 공개 메소드

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
리턴 System

getCategory() 공개 메소드

public getCategory ( ) : long
리턴 long

getCategoryAsString() 공개 메소드

public getCategoryAsString ( ) : string
리턴 string

getColumn() 공개 메소드

public getColumn ( ) : long
리턴 long

getErrorId() 공개 메소드

public getErrorId ( ) : long
리턴 long

getErrorIdOffset() 공개 메소드

public getErrorIdOffset ( ) : long
리턴 long

getLine() 공개 메소드

public getLine ( ) : long
리턴 long

getMessage() 공개 메소드

public getMessage ( ) : string
리턴 string

getPackage() 공개 메소드

public getPackage ( ) : string
리턴 string

getSeverity() 공개 메소드

public getSeverity ( ) : long
리턴 long

getSeverityAsString() 공개 메소드

public getSeverityAsString ( ) : string
리턴 string

getShortMessage() 공개 메소드

public getShortMessage ( ) : string
리턴 string

getStandardMessage() 공개 정적인 메소드

public static getStandardMessage ( int code ) : string
code int
리턴 string

isError() 공개 메소드

public isError ( ) : bool
리턴 bool

isFatal() 공개 메소드

public isFatal ( ) : bool
리턴 bool

isInfo() 공개 메소드

public isInfo ( ) : bool
리턴 bool

isInternal() 공개 메소드

public isInternal ( ) : bool
리턴 bool

isSystem() 공개 메소드

public isSystem ( ) : bool
리턴 bool

isValid() 공개 메소드

public isValid ( ) : bool
리턴 bool

isWarning() 공개 메소드

public isWarning ( ) : bool
리턴 bool

isXML() 공개 메소드

public isXML ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

setColumn() 공개 메소드

public setColumn ( long column ) : int
column long
리턴 int

setLine() 공개 메소드

public setLine ( long line ) : int
line long
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool