C# Class OpenTransactions.OTAPI.Storable

Inheritance: IDisposable
Show file Open project: da2ce7/Open-Transactions-old Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Create ( StoredObjectType eType, PackType thePackType ) : Storable
Dispose ( ) : void
ot_dynamic_cast ( Storable pObject ) : Storable

Private Methods

Method Description
Storable ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Storable obj ) : HandleRef

Method Details

Create() public static method

public static Create ( StoredObjectType eType, PackType thePackType ) : Storable
eType StoredObjectType
thePackType PackType
return Storable

Dispose() public method

public Dispose ( ) : void
return void

ot_dynamic_cast() public static method

public static ot_dynamic_cast ( Storable pObject ) : Storable
pObject Storable
return Storable

Property Details

swigCMemOwn protected property

protected bool swigCMemOwn
return bool