Interface IEvaluatePropertyFormulaRequest
- 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
Formula
Формула.
IIdentifiableObject Formula { get; set; }
Property Value
PropertyOwner
Владелец свойства.
IIdentifiableObject PropertyOwner { get; set; }