C# Class OpenTransactions.OTAPI.ContactNym

Inheritance: Displayable
Mostra file Open project: da2ce7/Open-Transactions-old Class Usage Examples

Public Methods

Method Description
AddServerInfo ( ServerInfo disownObject ) : bool
Dispose ( ) : void
GetServerInfo ( uint nIndex ) : ServerInfo
GetServerInfoCount ( ) : uint
RemoveServerInfo ( uint nIndexServerInfo ) : bool
ot_dynamic_cast ( Storable pObject ) : ContactNym

Private Methods

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

Method Details

AddServerInfo() public method

public AddServerInfo ( ServerInfo disownObject ) : bool
disownObject ServerInfo
return bool

Dispose() public method

public Dispose ( ) : void
return void

GetServerInfo() public method

public GetServerInfo ( uint nIndex ) : ServerInfo
nIndex uint
return ServerInfo

GetServerInfoCount() public method

public GetServerInfoCount ( ) : uint
return uint

RemoveServerInfo() public method

public RemoveServerInfo ( uint nIndexServerInfo ) : bool
nIndexServerInfo uint
return bool

ot_dynamic_cast() public static method

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