Table of Contents

Interface IFormulaPropertyValueItem

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Models.Properties.Values
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(FormulaPropertyValueItem))]
public interface IFormulaPropertyValueItem

Properties

Contract

Понятие, к которому относится объединяемое свойство.

IIdentifiableObject? Contract { get; set; }

Property Value

IIdentifiableObject

Definition

Опрелеление свойства.

IIdentifiableObject? Definition { get; set; }

Property Value

IIdentifiableObject

PropertyFormulaInfo

Ссылка на формулу, если значение задано формулой.

IPropertyFormulaInfo? PropertyFormulaInfo { get; set; }

Property Value

IPropertyFormulaInfo