Show / Hide Table of Contents

Class CalculationMethodAction

Действие, запускающее методику.

Inheritance
Trivium.Common.Models.Entity
CardAction
CalculationMethodAction
Inherited Members
CardAction.Comment
CardAction.EnableExpressionId
Namespace: Trivium.CardsModel.ServerModel.Actions
Assembly: Trivium.CardsModel.dll
Syntax
public class CalculationMethodAction : CardAction, IEntity, IBaseEntity<int>, IBaseId<int>, IReadOnlyBaseEntity<int>, IReadOnlyBaseId<int>, IDependentEntryObject, ISourceAttributeCollector

Properties

int CalculationMethodId
Идентификатор методики.
List<ValueParameter> Parameters
Параметры методики.
bool UsePolling
Признак, что для получения результата расчета методики нужно использовать периодический опрос состояния расчета.
Back to top Generated by DocFX