C# Class OpenTransactions.OTAPI.Contact

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

Méthodes publiques

Méthode Description
AddContactAcct ( ContactAcct disownObject ) : bool
AddContactNym ( ContactNym disownObject ) : bool
Dispose ( ) : void
GetContactAcct ( uint nIndex ) : ContactAcct
GetContactAcctCount ( ) : uint
GetContactNym ( uint nIndex ) : ContactNym
GetContactNymCount ( ) : uint
RemoveContactAcct ( uint nIndexContactAcct ) : bool
RemoveContactNym ( uint nIndexContactNym ) : bool
ot_dynamic_cast ( Storable pObject ) : Contact

Private Methods

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

Method Details

AddContactAcct() public méthode

public AddContactAcct ( ContactAcct disownObject ) : bool
disownObject ContactAcct
Résultat bool

AddContactNym() public méthode

public AddContactNym ( ContactNym disownObject ) : bool
disownObject ContactNym
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetContactAcct() public méthode

public GetContactAcct ( uint nIndex ) : ContactAcct
nIndex uint
Résultat ContactAcct

GetContactAcctCount() public méthode

public GetContactAcctCount ( ) : uint
Résultat uint

GetContactNym() public méthode

public GetContactNym ( uint nIndex ) : ContactNym
nIndex uint
Résultat ContactNym

GetContactNymCount() public méthode

public GetContactNymCount ( ) : uint
Résultat uint

RemoveContactAcct() public méthode

public RemoveContactAcct ( uint nIndexContactAcct ) : bool
nIndexContactAcct uint
Résultat bool

RemoveContactNym() public méthode

public RemoveContactNym ( uint nIndexContactNym ) : bool
nIndexContactNym uint
Résultat bool

ot_dynamic_cast() public static méthode

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