C# Class OpenTransactions.OTAPI.AddressBook

Inheritance: Storable
Afficher le fichier Open project: da2ce7/Open-Transactions-old Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
AddressBook ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( AddressBook obj ) : HandleRef

Method Details

AddContact() public méthode

public AddContact ( Contact disownObject ) : bool
disownObject Contact
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetContact() public méthode

public GetContact ( uint nIndex ) : Contact
nIndex uint
Résultat Contact

GetContactCount() public méthode

public GetContactCount ( ) : uint
Résultat uint

RemoveContact() public méthode

public RemoveContact ( uint nIndexContact ) : bool
nIndexContact uint
Résultat bool

ot_dynamic_cast() public static méthode

public static ot_dynamic_cast ( Storable pObject ) : AddressBook
pObject Storable
Résultat AddressBook