-
Notifications
You must be signed in to change notification settings - Fork 1
IServiceProvider Extensions
Artem Grunin edited this page Mar 10, 2019
·
1 revision
Set of extension methods for Microsoft.Xrm.Sdk.IServiceProvider base class. Just shortcut methods to save you few lines of code during plugin development.
Gets IPluginExecutionContext from service provider.
public IPluginExecutionContext GetPluginExecutionContext();
Gets IOrganizationServiceFactory from service provider.
public IOrganizationServiceFactory GetOrganizationServiceFactory();
Gets ITracingService extension from service provider.
public ITracingService GetTracingService();