In this article I’ll address usage of the entity class. The entity class is critical element when interacting with 365 data via the IOrganizationService, it is especially important when working in a late bound fashion. You will pass entity objects to and from 365 to create, retrieve, and update data.
This article is part of a series
The complete code sample is on GitHub, see…
Continue Reading James Wood’s Article on their blog
Using the 365 entity class in a late bound fashion
In this article I’ll address usage of the entity class. The entity class is critical element when interacting with 365 data via the IOrganizationService, it is especially important when working in a late bound fashion. You will pass entity objects to and from 365 to create, retrieve, and update data.
Blog Syndicated with James Wood’s Permission