Table of Contents

Interface IAddAppointedFormulaRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.Formula
Assembly
Ascon.Polynom.Web.Api.Data.dll

Параметры назначения формулы на квалификатор свойства для каталога/группы.

[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(AddAppointedFormulaRequest))]
public interface IAddAppointedFormulaRequest : IWebApiRequest

Properties

Formula

Идентификатор формулы.

IIdentifiableObject Formula { get; set; }

Property Value

IIdentifiableObject

FormulaAppointer

Идентификатор каталога/группы.

IIdentifiableObject FormulaAppointer { get; set; }

Property Value

IIdentifiableObject

FormulaTargetQualifier

Идентификатор целевого свойства формулы.

IIdentifiableObject FormulaTargetQualifier { get; set; }

Property Value

IIdentifiableObject