C# Class OpenTransactions.OTAPI.ContactNym

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

Méthodes publiques

Méthode 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

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

Method Details

AddServerInfo() public méthode

public AddServerInfo ( ServerInfo disownObject ) : bool
disownObject ServerInfo
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetServerInfo() public méthode

public GetServerInfo ( uint nIndex ) : ServerInfo
nIndex uint
Résultat ServerInfo

GetServerInfoCount() public méthode

public GetServerInfoCount ( ) : uint
Résultat uint

RemoveServerInfo() public méthode

public RemoveServerInfo ( uint nIndexServerInfo ) : bool
nIndexServerInfo uint
Résultat bool

ot_dynamic_cast() public static méthode

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