Для изменения размера нажмите или перетащите

FakePluginExecutionContextParentContext - свойство

Gets the execution context from the parent pipeline operation.

Пространство имён:  PZone.Xrm.Testing
Сборка:  PZone.SDK.Xrm.Testing (в PZone.SDK.Xrm.Testing.dll) Версия: 8.2.1.0 (8.2.1.0)
Синтаксис
C#
public IPluginExecutionContext ParentContext { get; set; }

Возвращаемое значение

Тип: IPluginExecutionContext

Type: IPluginExecutionContextThe execution context from the parent pipeline operation.

Реализации

IPluginExecutionContext.ParentContext
Заметки

This property may be populated for a plug-in registered in stage 20 or 40 when a Create, Update, Delete, or RetrieveExchangeRate request is processed by the execution pipeline.

Certain message requests require the platform to internally generate another message request, and hence another execution pipeline, to complete processing of the original request. For example, pipeline execution of the AssignRequest results in the internal generation of an UpdateRequest. Any plug-in registered in stage 20 or 40 for an update request will have the ParentContext property set to the execution context of the original assign request.

См. также