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); }
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; }
public bool AddBidData(OfferDataMarket disownObject) { bool ret = otapiPINVOKE.OfferListMarket_AddBidData(swigCPtr, OfferDataMarket.getCPtr(disownObject)); if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve(); return ret; }
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); }