C# Class OpenTransactions.OTAPI.AddressBook

Inheritance: Storable
Mostra file Open project: da2ce7/Open-Transactions-old Class Usage Examples

Public Methods

Method Description
AddContact ( Contact disownObject ) : bool
Dispose ( ) : void
GetContact ( uint nIndex ) : Contact
GetContactCount ( ) : uint
RemoveContact ( uint nIndexContact ) : bool
ot_dynamic_cast ( Storable pObject ) : AddressBook

Private Methods

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

Method Details

AddContact() public method

public AddContact ( Contact disownObject ) : bool
disownObject Contact
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetContact() public method

public GetContact ( uint nIndex ) : Contact
nIndex uint
return Contact

GetContactCount() public method

public GetContactCount ( ) : uint
return uint

RemoveContact() public method

public RemoveContact ( uint nIndexContact ) : bool
nIndexContact uint
return bool

ot_dynamic_cast() public static method

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