C# 클래스 libsbmlcs.ModelHistory

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Dispose ( ) : void
Equals ( Object sb ) : bool
GetHashCode ( ) : int
ModelHistory ( ) : System
ModelHistory ( ModelHistory orig ) : System
addCreator ( ModelCreator mc ) : int
addModifiedDate ( Date date ) : int
clone ( ) : ModelHistory
getCreatedDate ( ) : Date
getCreator ( long n ) : ModelCreator
getListCreators ( ) : ModelCreatorList
getListModifiedDates ( ) : DateList
getModifiedDate ( ) : Date
getModifiedDate ( long n ) : Date
getNumCreators ( ) : long
getNumModifiedDates ( ) : long
hasBeenModified ( ) : bool
hasRequiredAttributes ( ) : bool
isSetCreatedDate ( ) : bool
isSetModifiedDate ( ) : bool
operator ( ) : bool
resetModifiedFlags ( ) : void
setCreatedDate ( Date date ) : int
setModifiedDate ( Date date ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ModelHistory() 공개 메소드

public ModelHistory ( ) : System
리턴 System

ModelHistory() 공개 메소드

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

addCreator() 공개 메소드

public addCreator ( ModelCreator mc ) : int
mc ModelCreator
리턴 int

addModifiedDate() 공개 메소드

public addModifiedDate ( Date date ) : int
date Date
리턴 int

clone() 공개 메소드

public clone ( ) : ModelHistory
리턴 ModelHistory

getCreatedDate() 공개 메소드

public getCreatedDate ( ) : Date
리턴 Date

getCreator() 공개 메소드

public getCreator ( long n ) : ModelCreator
n long
리턴 ModelCreator

getListCreators() 공개 메소드

public getListCreators ( ) : ModelCreatorList
리턴 ModelCreatorList

getListModifiedDates() 공개 메소드

public getListModifiedDates ( ) : DateList
리턴 DateList

getModifiedDate() 공개 메소드

public getModifiedDate ( ) : Date
리턴 Date

getModifiedDate() 공개 메소드

public getModifiedDate ( long n ) : Date
n long
리턴 Date

getNumCreators() 공개 메소드

public getNumCreators ( ) : long
리턴 long

getNumModifiedDates() 공개 메소드

public getNumModifiedDates ( ) : long
리턴 long

hasBeenModified() 공개 메소드

public hasBeenModified ( ) : bool
리턴 bool

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

isSetCreatedDate() 공개 메소드

public isSetCreatedDate ( ) : bool
리턴 bool

isSetModifiedDate() 공개 메소드

public isSetModifiedDate ( ) : bool
리턴 bool

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

resetModifiedFlags() 공개 메소드

public resetModifiedFlags ( ) : void
리턴 void

setCreatedDate() 공개 메소드

public setCreatedDate ( Date date ) : int
date Date
리턴 int

setModifiedDate() 공개 메소드

public setModifiedDate ( Date date ) : int
date Date
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool