C# Class OpenTransactions.OTAPI.Contact

Inheritance: Displayable
Exibir arquivo Open project: da2ce7/Open-Transactions-old Class Usage Examples

Public Methods

Method 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

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

Method Details

AddContactAcct() public method

public AddContactAcct ( ContactAcct disownObject ) : bool
disownObject ContactAcct
return bool

AddContactNym() public method

public AddContactNym ( ContactNym disownObject ) : bool
disownObject ContactNym
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetContactAcct() public method

public GetContactAcct ( uint nIndex ) : ContactAcct
nIndex uint
return ContactAcct

GetContactAcctCount() public method

public GetContactAcctCount ( ) : uint
return uint

GetContactNym() public method

public GetContactNym ( uint nIndex ) : ContactNym
nIndex uint
return ContactNym

GetContactNymCount() public method

public GetContactNymCount ( ) : uint
return uint

RemoveContactAcct() public method

public RemoveContactAcct ( uint nIndexContactAcct ) : bool
nIndexContactAcct uint
return bool

RemoveContactNym() public method

public RemoveContactNym ( uint nIndexContactNym ) : bool
nIndexContactNym uint
return bool

ot_dynamic_cast() public static method

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