Show / Hide Table of Contents

Class ExternalExecutionDto

Внешние исполнение.

Inheritance
InheritedDto<ExternalExecutionDto>
ExternalExecutionDto
CalculationMethodExecutionDto
Namespace: Trivium.EngineDto.Pivot
Assembly: Trivium.EngineDto.dll
Syntax
[JsonConverter(typeof(JsonInheritanceConverter), new object[]{"discriminator"})]
public abstract class ExternalExecutionDto : InheritedDto<ExternalExecutionDto>

Properties

ExternalExecutionStageDto ExecutionStage
Этап внешнего исполнения.
bool ForceExecuteOnStage
Признак принудительного выполнения внешнего исполнителя.
К примеру, для сохранения, в случае установки true исполнитель выполнится, не смотря на то, были измененные данные или нет.
Back to top Generated by DocFX