Show / Hide Table of Contents

Interface ITechDataDynamicModeSettings

Представляет параметры по которым подбирается динамический состав технологии.

Namespace: Ascon.Vertical.Core
Assembly: Ascon.Vertical.Core.dll
Syntax
public interface ITechDataDynamicModeSettings

Properties

FinalProductId

Возвращает идентификатор конечного изделия.

Declaration
int FinalProductId { get; }
Property Value
Type Description
int

IsEmpty

Возвращает признак того, что параметры не заполнены.

Declaration
bool IsEmpty { get; }
Property Value
Type Description
bool

Parameters

Возвращает параметры правила.

Declaration
IReadOnlyList<ITechDataDynamicModeParameter> Parameters { get; }
Property Value
Type Description
IReadOnlyList<ITechDataDynamicModeParameter>

RuleId

Возвращает идентификатор правила.

Declaration
int RuleId { get; }
Property Value
Type Description
int
Back to top Copyright © 2014 - 2026 ООО «АСКОН-Бизнес-решения»