WorkflowEngineContextModifyStoreRequest(ActionCardStoreRequest) - метод
Метод для отложенной модификации запроса на сохранение основной карточки.
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public void ModifyStoreRequest(
Action<CardStoreRequest> requestModifier
)
Public Sub ModifyStoreRequest (
requestModifier As Action(Of CardStoreRequest)
)
public:
virtual void ModifyStoreRequest(
Action<CardStoreRequest^>^ requestModifier
) sealed
abstract ModifyStoreRequest :
requestModifier : Action<CardStoreRequest> -> unit
override ModifyStoreRequest :
requestModifier : Action<CardStoreRequest> -> unit
- requestModifier ActionCardStoreRequest
- Метод для модификации запроса на сохранение основной карточки.
IWorkflowEngineContextModifyStoreRequest(ActionCardStoreRequest)