UpdateDataConditionedFields Property

Fields and values of the modification, being able to use expressions in the values (format: {expression}, example: {price * 1.20}).

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public List<DataField> Fields { get; set; }

Property Value

ListDataField

See Also