Exemplo n.º 1
0
 public PEntity(PObject obj) : this(PapillonPINVOKE.new_PEntity__SWIG_1(PObject.getCPtr(obj)), true)
 {
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public void SetObject(PObject obj)
 {
     PapillonPINVOKE.PEntity_SetObject(swigCPtr, PObject.getCPtr(obj));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public void SetDescriptor(PObject arg0)
 {
     PapillonPINVOKE.PDescriptor_SetDescriptor__SWIG_1(swigCPtr, PObject.getCPtr(arg0));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 4
0
 public void Swap(PObject other)
 {
     PapillonPINVOKE.PObject_Swap(swigCPtr, PObject.getCPtr(other));
     if (PapillonPINVOKE.SWIGPendingException.Pending)
     {
         throw PapillonPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 5
0
    public PResult Set(int index, PObject element)
    {
        PResult ret = new PResult(PapillonPINVOKE.PList_Set(swigCPtr, index, PObject.getCPtr(element)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 6
0
    public PList AddFirst(PObject element)
    {
        PList ret = new PList(PapillonPINVOKE.PList_AddFirst(swigCPtr, PObject.getCPtr(element)), false);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 7
0
    public PResult Add(PObject arg0)
    {
        PResult ret = new PResult(PapillonPINVOKE.PStore_Add__SWIG_1(swigCPtr, PObject.getCPtr(arg0)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 8
0
    public PResult GetObject(PObject obj)
    {
        PResult ret = new PResult(PapillonPINVOKE.PEntity_GetObject(swigCPtr, PObject.getCPtr(obj)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 9
0
    public PResult CastTo(PObject obj)
    {
        PResult ret = new PResult(PapillonPINVOKE.PObject_CastTo__SWIG_0(swigCPtr, PObject.getCPtr(obj)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 10
0
    public string Arg(PObject arg0)
    {
        string ret = PapillonPINVOKE.PString_Arg__SWIG_31(swigCPtr, PObject.getCPtr(arg0));

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 11
0
    public PResult Get(string key, PObject value)
    {
        PResult ret = new PResult(PapillonPINVOKE.PStringMap_Get__SWIG_0(swigCPtr, key, PObject.getCPtr(value)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 12
0
    public PStringMap Put(string key, PObject value)
    {
        PStringMap ret = new PStringMap(PapillonPINVOKE.PStringMap_Put(swigCPtr, key, PObject.getCPtr(value)), false);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 13
0
    public PResult GetParameter(string parameterName, PObject value)
    {
        PResult ret = new PResult(PapillonPINVOKE.PWatchlistOptions_GetParameter(swigCPtr, parameterName, PObject.getCPtr(value)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 14
0
    public PProperties Set(string key, PObject value)
    {
        PProperties ret = new PProperties(PapillonPINVOKE.PProperties_Set__SWIG_0(swigCPtr, key, PObject.getCPtr(value)), false);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 15
0
    public PResult BindValue(string placeholder, PObject value)
    {
        PResult ret = new PResult(PapillonPINVOKE.PSqlQuery_BindValue(swigCPtr, placeholder, PObject.getCPtr(value)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 16
0
    public PResult Get(int index, PObject value)
    {
        PResult ret = new PResult(PapillonPINVOKE.PSqlQuery_Get__SWIG_0(swigCPtr, index, PObject.getCPtr(value)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 17
0
    public PResult Set(string property, PObject value)
    {
        PResult ret = new PResult(PapillonPINVOKE.PPluginInstance_Set__SWIG_0(swigCPtr, property, PObject.getCPtr(value)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 18
0
    public PEventBuilder Payload(string key, PObject value)
    {
        PEventBuilder ret = new PEventBuilder(PapillonPINVOKE.PEventBuilder_Payload__SWIG_1(swigCPtr, key, PObject.getCPtr(value)), false);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }
Exemplo n.º 19
0
    public PResult Update(PGuid entityId, PObject arg1)
    {
        PResult ret = new PResult(PapillonPINVOKE.PStore_Update(swigCPtr, PGuid.getCPtr(entityId), PObject.getCPtr(arg1)), true);

        if (PapillonPINVOKE.SWIGPendingException.Pending)
        {
            throw PapillonPINVOKE.SWIGPendingException.Retrieve();
        }
        return(ret);
    }