C# 클래스 OpenTransactions.OTAPI.WalletData

상속: Storable
파일 보기 프로젝트 열기: da2ce7/Open-Transactions-old 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
WalletData ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( WalletData obj ) : HandleRef

메소드 상세

AddBitcoinAcct() 공개 메소드

public AddBitcoinAcct ( BitcoinAcct disownObject ) : bool
disownObject BitcoinAcct
리턴 bool

AddBitcoinServer() 공개 메소드

public AddBitcoinServer ( BitcoinServer disownObject ) : bool
disownObject BitcoinServer
리턴 bool

AddLoomServer() 공개 메소드

public AddLoomServer ( LoomServer disownObject ) : bool
disownObject LoomServer
리턴 bool

AddRippleServer() 공개 메소드

public AddRippleServer ( RippleServer disownObject ) : bool
disownObject RippleServer
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetBitcoinAcct() 공개 메소드

public GetBitcoinAcct ( uint nIndex ) : BitcoinAcct
nIndex uint
리턴 BitcoinAcct

GetBitcoinAcctCount() 공개 메소드

public GetBitcoinAcctCount ( ) : uint
리턴 uint

GetBitcoinServer() 공개 메소드

public GetBitcoinServer ( uint nIndex ) : BitcoinServer
nIndex uint
리턴 BitcoinServer

GetBitcoinServerCount() 공개 메소드

public GetBitcoinServerCount ( ) : uint
리턴 uint

GetLoomServer() 공개 메소드

public GetLoomServer ( uint nIndex ) : LoomServer
nIndex uint
리턴 LoomServer

GetLoomServerCount() 공개 메소드

public GetLoomServerCount ( ) : uint
리턴 uint

GetRippleServer() 공개 메소드

public GetRippleServer ( uint nIndex ) : RippleServer
nIndex uint
리턴 RippleServer

GetRippleServerCount() 공개 메소드

public GetRippleServerCount ( ) : uint
리턴 uint

RemoveBitcoinAcct() 공개 메소드

public RemoveBitcoinAcct ( uint nIndexBitcoinAcct ) : bool
nIndexBitcoinAcct uint
리턴 bool

RemoveBitcoinServer() 공개 메소드

public RemoveBitcoinServer ( uint nIndexBitcoinServer ) : bool
nIndexBitcoinServer uint
리턴 bool

RemoveLoomServer() 공개 메소드

public RemoveLoomServer ( uint nIndexLoomServer ) : bool
nIndexLoomServer uint
리턴 bool

RemoveRippleServer() 공개 메소드

public RemoveRippleServer ( uint nIndexRippleServer ) : bool
nIndexRippleServer uint
리턴 bool

ot_dynamic_cast() 공개 정적인 메소드

public static ot_dynamic_cast ( Storable pObject ) : WalletData
pObject Storable
리턴 WalletData