C# Class OpenTransactions.OTAPI.WalletData

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

Méthodes publiques

Méthode Description
AddBitcoinAcct ( BitcoinAcct disownObject ) : bool
AddBitcoinServer ( BitcoinServer disownObject ) : bool
AddLoomServer ( LoomServer disownObject ) : bool
AddRippleServer ( RippleServer disownObject ) : bool
Dispose ( ) : void
GetBitcoinAcct ( uint nIndex ) : BitcoinAcct
GetBitcoinAcctCount ( ) : uint
GetBitcoinServer ( uint nIndex ) : BitcoinServer
GetBitcoinServerCount ( ) : uint
GetLoomServer ( uint nIndex ) : LoomServer
GetLoomServerCount ( ) : uint
GetRippleServer ( uint nIndex ) : RippleServer
GetRippleServerCount ( ) : uint
RemoveBitcoinAcct ( uint nIndexBitcoinAcct ) : bool
RemoveBitcoinServer ( uint nIndexBitcoinServer ) : bool
RemoveLoomServer ( uint nIndexLoomServer ) : bool
RemoveRippleServer ( uint nIndexRippleServer ) : bool
ot_dynamic_cast ( Storable pObject ) : WalletData

Private Methods

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

Method Details

AddBitcoinAcct() public méthode

public AddBitcoinAcct ( BitcoinAcct disownObject ) : bool
disownObject BitcoinAcct
Résultat bool

AddBitcoinServer() public méthode

public AddBitcoinServer ( BitcoinServer disownObject ) : bool
disownObject BitcoinServer
Résultat bool

AddLoomServer() public méthode

public AddLoomServer ( LoomServer disownObject ) : bool
disownObject LoomServer
Résultat bool

AddRippleServer() public méthode

public AddRippleServer ( RippleServer disownObject ) : bool
disownObject RippleServer
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetBitcoinAcct() public méthode

public GetBitcoinAcct ( uint nIndex ) : BitcoinAcct
nIndex uint
Résultat BitcoinAcct

GetBitcoinAcctCount() public méthode

public GetBitcoinAcctCount ( ) : uint
Résultat uint

GetBitcoinServer() public méthode

public GetBitcoinServer ( uint nIndex ) : BitcoinServer
nIndex uint
Résultat BitcoinServer

GetBitcoinServerCount() public méthode

public GetBitcoinServerCount ( ) : uint
Résultat uint

GetLoomServer() public méthode

public GetLoomServer ( uint nIndex ) : LoomServer
nIndex uint
Résultat LoomServer

GetLoomServerCount() public méthode

public GetLoomServerCount ( ) : uint
Résultat uint

GetRippleServer() public méthode

public GetRippleServer ( uint nIndex ) : RippleServer
nIndex uint
Résultat RippleServer

GetRippleServerCount() public méthode

public GetRippleServerCount ( ) : uint
Résultat uint

RemoveBitcoinAcct() public méthode

public RemoveBitcoinAcct ( uint nIndexBitcoinAcct ) : bool
nIndexBitcoinAcct uint
Résultat bool

RemoveBitcoinServer() public méthode

public RemoveBitcoinServer ( uint nIndexBitcoinServer ) : bool
nIndexBitcoinServer uint
Résultat bool

RemoveLoomServer() public méthode

public RemoveLoomServer ( uint nIndexLoomServer ) : bool
nIndexLoomServer uint
Résultat bool

RemoveRippleServer() public méthode

public RemoveRippleServer ( uint nIndexRippleServer ) : bool
nIndexRippleServer uint
Résultat bool

ot_dynamic_cast() public static méthode

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