Click or drag to resize

ConditionAnyFieldChanged Property

If set, then a change on just one of the fields will fullfil the condition. If not set, all the fields must be changed for the condition to evaluate to true.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool AnyFieldChanged { get; set; }

Property Value

Type: Boolean
See Also