Skip to content

hokumski/BPMOData

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPMOData

Proxy class methods for accessing EntityDateService of BPMonline

Some samples:

ODBase mybase = new ODBase("http://yoursite","yourlogin", "yourpassword");

ODObject iKnowById = new ODObject(mybase, "Contact", "F6D073E8-6CAC-4CD5-89B8-D2220D760241");

ODObject iWantToFind = mybase.GetFirstItemByQuery("Contact", "Name eq 'Ivanov'"); iWantToFind["Name"] = "Petrov"; iWantToFind.Update(bpm);

ODObject newObj = ODObject.NewObject("Contact"); newObj["Name"] = "Ivanov"; newObj.Update(bpm);

List some = bpm.GetSomeItemsByQuery("Contact", "Sex/Name eq 'Male'");

About

Proxy class methods for accessing EntityDateService of BPMonline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages