Example #1
0
 public OTRecord(string str_server_id, string str_asset_id, string str_currency_tla, string str_nym_id, string str_account_id, string str_name, string str_date, string str_amount, string str_type, bool bIsPending, bool bIsOutgoing, bool bIsRecord, bool bIsReceipt, OTRecord.OTRecordType eRecordType) : this(otapiPINVOKE.new_OTRecord(str_server_id, str_asset_id, str_currency_tla, str_nym_id, str_account_id, str_name, str_date, str_amount, str_type, bIsPending, bIsOutgoing, bIsRecord, bIsReceipt, (int)eRecordType), true)
 {
     if (otapiPINVOKE.SWIGPendingException.Pending)
     {
         throw otapiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public OTRecord.OTRecordType GetRecordType()
 {
     OTRecord.OTRecordType ret = (OTRecord.OTRecordType)otapiPINVOKE.OTRecord_GetRecordType(swigCPtr);
     return(ret);
 }