Interface ISetFormulaConceptPropertySourceRequest
- Namespace
- Ascon.Polynom.Web.Api.Data.Interfaces.Requests.ConceptPropertySource
- Assembly
- Ascon.Polynom.Web.Api.Data.dll
Запрос назначения формулы в свойстве владельца свойств (или удаления, если formula == null)
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(SetFormulaConceptPropertySourceRequest))]
public interface ISetFormulaConceptPropertySourceRequest : IWebApiRequest
Properties
ConceptPropertySource
Объект свойства понятия.
IIdentifiableObject ConceptPropertySource { get; set; }
Property Value
Formula
Формула.
IIdentifiableObject Formula { get; set; }
Property Value
PropertyOwner
Владелец свойства.
IIdentifiableObject PropertyOwner { get; set; }