C# Class libsbmlcs.ModelCreator

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
ModelCreator ( ) : System
ModelCreator ( ModelCreator orig ) : System
ModelCreator ( XMLNode creator ) : System
clone ( ) : ModelCreator
getEmail ( ) : string
getFamilyName ( ) : string
getGivenName ( ) : string
getOrganisation ( ) : string
getOrganization ( ) : string
hasBeenModified ( ) : bool
hasRequiredAttributes ( ) : bool
isSetEmail ( ) : bool
isSetFamilyName ( ) : bool
isSetGivenName ( ) : bool
isSetOrganisation ( ) : bool
isSetOrganization ( ) : bool
operator ( ) : bool
resetModifiedFlags ( ) : void
setEmail ( string email ) : int
setFamilyName ( string familyName ) : int
setGivenName ( string givenName ) : int
setOrganisation ( string organization ) : int
setOrganization ( string organization ) : int
unsetEmail ( ) : int
unsetFamilyName ( ) : int
unsetGivenName ( ) : int
unsetOrganisation ( ) : int
unsetOrganization ( ) : int

Private Methods

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

ModelCreator() public method

public ModelCreator ( ) : System
return System

ModelCreator() public method

public ModelCreator ( ModelCreator orig ) : System
orig ModelCreator
return System

ModelCreator() public method

public ModelCreator ( XMLNode creator ) : System
creator XMLNode
return System

clone() public method

public clone ( ) : ModelCreator
return ModelCreator

getEmail() public method

public getEmail ( ) : string
return string

getFamilyName() public method

public getFamilyName ( ) : string
return string

getGivenName() public method

public getGivenName ( ) : string
return string

getOrganisation() public method

public getOrganisation ( ) : string
return string

getOrganization() public method

public getOrganization ( ) : string
return string

hasBeenModified() public method

public hasBeenModified ( ) : bool
return bool

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

isSetEmail() public method

public isSetEmail ( ) : bool
return bool

isSetFamilyName() public method

public isSetFamilyName ( ) : bool
return bool

isSetGivenName() public method

public isSetGivenName ( ) : bool
return bool

isSetOrganisation() public method

public isSetOrganisation ( ) : bool
return bool

isSetOrganization() public method

public isSetOrganization ( ) : bool
return bool

operator() public static method

public static operator ( ) : bool
return bool

resetModifiedFlags() public method

public resetModifiedFlags ( ) : void
return void

setEmail() public method

public setEmail ( string email ) : int
email string
return int

setFamilyName() public method

public setFamilyName ( string familyName ) : int
familyName string
return int

setGivenName() public method

public setGivenName ( string givenName ) : int
givenName string
return int

setOrganisation() public method

public setOrganisation ( string organization ) : int
organization string
return int

setOrganization() public method

public setOrganization ( string organization ) : int
organization string
return int

unsetEmail() public method

public unsetEmail ( ) : int
return int

unsetFamilyName() public method

public unsetFamilyName ( ) : int
return int

unsetGivenName() public method

public unsetGivenName ( ) : int
return int

unsetOrganisation() public method

public unsetOrganisation ( ) : int
return int

unsetOrganization() public method

public unsetOrganization ( ) : int
return int

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool