Esempio n. 1
0
    public new static OfferDataMarket ot_dynamic_cast(Storable pObject)
    {
        IntPtr          cPtr = otapiPINVOKE.OfferDataMarket_ot_dynamic_cast(Storable.getCPtr(pObject));
        OfferDataMarket ret  = (cPtr == IntPtr.Zero) ? null : new OfferDataMarket(cPtr, false);

        return(ret);
    }
Esempio n. 2
0
 internal static HandleRef getCPtr(OfferDataMarket obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
 internal static HandleRef getCPtr(OfferDataMarket obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OfferDataMarket obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 5
0
 public bool AddBidData(OfferDataMarket disownObject)
 {
     bool ret = otapiPINVOKE.OfferListMarket_AddBidData(swigCPtr, OfferDataMarket.getCPtr(disownObject));
     if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Esempio n. 6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OfferDataMarket obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }