OpenTransactions.OTAPI.Storage.QueryObject C# (CSharp) Méthode

QueryObject() public méthode

public QueryObject ( StoredObjectType theObjectType, string strFolder ) : Storable
theObjectType StoredObjectType
strFolder string
Résultat Storable
        public Storable QueryObject(StoredObjectType theObjectType, string strFolder)
        {
            IntPtr cPtr = otapiPINVOKE.Storage_QueryObject__SWIG_3(swigCPtr, (int)theObjectType, strFolder);
            Storable ret = (cPtr == IntPtr.Zero) ? null : new Storable(cPtr, true);
            if (otapiPINVOKE.SWIGPendingException.Pending) throw otapiPINVOKE.SWIGPendingException.Retrieve();
            return ret;
        }

Same methods

Storage::QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr ) : Storable
Storage::QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr ) : Storable
Storage::QueryObject ( StoredObjectType theObjectType, string strFolder, string oneStr, string twoStr, string threeStr ) : Storable