Table of Contents

Interface IEvaluatePropertyFormulaRequest

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

Запрос получения значения вычисляемого свойства.

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

Properties

ConceptPropertySource

Источник свойства.

IIdentifiableObject ConceptPropertySource { get; set; }

Property Value

IIdentifiableObject

Formula

Формула.

IIdentifiableObject Formula { get; set; }

Property Value

IIdentifiableObject

PropertyOwner

Владелец свойства.

IIdentifiableObject PropertyOwner { get; set; }

Property Value

IIdentifiableObject