コード例 #1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OTRecord obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
コード例 #2
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();
 }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OTRecord obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }