Classes and interfaces

In this section, each class and interface of the concept will be explained in details.

Kipon.Xrm.IService

IService is an optional interface that can be implemented by any other service in your plugin code.

If several steps in same pipeline event (ex. PRE CREATE something) needes the same service, this service is only created once. If you service is implementing IService, the OnStepFinalized() method will be called between each method invocation on your plugin.

  • OnStepFinalized()

    Cleanup any resource or whatever that needes to be done between each plugin method invocation.

© Kipon ApS 2020, 2021, 2022, 2023. All content on the page is the property of Kipon ApS. Any republish or copy of this content is a violation. The content of this site is NOT open source, and cannot be copied, republished or used in any context without explcit permission from the owner.