Table of Contents

Interface ISetFormulaPropertyValueRequest

Namespace
Ascon.Polynom.Web.Api.Data.Interfaces.Requests.PropertyOwner
Assembly
Ascon.Polynom.Web.Api.Data.dll
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(SetFormulaPropertyValueRequest))]
public interface ISetFormulaPropertyValueRequest : IWebApiRequest

Properties

Owner

Идентификатор владельца свойств.

IIdentifiableObject Owner { get; set; }

Property Value

IIdentifiableObject

Properties

Список свойств, которым присваиваются значения.

List<IFormulaPropertyValueItem> Properties { get; set; }

Property Value

List<IFormulaPropertyValueItem>