C# Class libsbmlcs.ModelHistory

Inheritance: IDisposable
Mostra 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
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

Private Methods

Method Description
ModelHistory ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( ModelHistory obj ) : HandleRef
getCPtrAndDisown ( ModelHistory 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

ModelHistory() public method

public ModelHistory ( ) : System
return System

ModelHistory() public method

public ModelHistory ( ModelHistory orig ) : System
orig ModelHistory
return System

addCreator() public method

public addCreator ( ModelCreator mc ) : int
mc ModelCreator
return int

addModifiedDate() public method

public addModifiedDate ( Date date ) : int
date Date
return int

clone() public method

public clone ( ) : ModelHistory
return ModelHistory

getCreatedDate() public method

public getCreatedDate ( ) : Date
return Date

getCreator() public method

public getCreator ( long n ) : ModelCreator
n long
return ModelCreator

getListCreators() public method

public getListCreators ( ) : ModelCreatorList
return ModelCreatorList

getListModifiedDates() public method

public getListModifiedDates ( ) : DateList
return DateList

getModifiedDate() public method

public getModifiedDate ( ) : Date
return Date

getModifiedDate() public method

public getModifiedDate ( long n ) : Date
n long
return Date

getNumCreators() public method

public getNumCreators ( ) : long
return long

getNumModifiedDates() public method

public getNumModifiedDates ( ) : long
return long

hasBeenModified() public method

public hasBeenModified ( ) : bool
return bool

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

isSetCreatedDate() public method

public isSetCreatedDate ( ) : bool
return bool

isSetModifiedDate() public method

public isSetModifiedDate ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

resetModifiedFlags() public method

public resetModifiedFlags ( ) : void
return void

setCreatedDate() public method

public setCreatedDate ( Date date ) : int
date Date
return int

setModifiedDate() public method

public setModifiedDate ( Date date ) : int
date Date
return int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool