C# Class OpenTransactions.OTAPI.StringMap

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetValue ( string strKey ) : string
SetValue ( string strKey, string strValue ) : void
ot_dynamic_cast ( Storable pObject ) : StringMap

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetValue() public méthode

public GetValue ( string strKey ) : string
strKey string
Résultat string

SetValue() public méthode

public SetValue ( string strKey, string strValue ) : void
strKey string
strValue string
Résultat void

ot_dynamic_cast() public static méthode

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