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
Definition
Опрелеление свойства.
IIdentifiableObject? Definition { get; set; }
Property Value
PropertyFormulaInfo
Ссылка на формулу, если значение задано формулой.
IPropertyFormulaInfo? PropertyFormulaInfo { get; set; }