Class ArrayLeaf
Leaf node - a specific operation on an array field.
public record ArrayLeaf : ArrayFilterNode, IEquatable<ArrayFilterNode>, IEquatable<ArrayLeaf>
Inheritance
Implements
Properties
ListItemProp
For ListItem arrays: which property (Value, Alias, Id)
public ListItemProperty? ListItemProp { get; init; }
Constructors
ArrayLeaf(string, long, string, ArrayLeafOperator, object?, ListItemProperty?)
Leaf node - a specific operation on an array field.