Skip to content

IServiceProvider Extensions

Artem Grunin edited this page Mar 10, 2019 · 1 revision

IServiceProvider Extensions

Set of extension methods for Microsoft.Xrm.Sdk.IServiceProvider base class. Just shortcut methods to save you few lines of code during plugin development.

GetPluginExecutionContext

Gets IPluginExecutionContext from service provider.

public IPluginExecutionContext GetPluginExecutionContext();

GetOrganizationServiceFactory

Gets IOrganizationServiceFactory from service provider.

public IOrganizationServiceFactory GetOrganizationServiceFactory();

GetTracingService

Gets ITracingService extension from service provider.

public ITracingService GetTracingService();