Click or drag to resize
ILoopContextualParameter Interface
Provides $loop contextual local parameters in the collection

Namespace: FlexRule.Validation.Rules
Assembly: FlexRule.Validation (in FlexRule.Validation.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface ILoopContextualParameter

The ILoopContextualParameter type exposes the following members.

Properties
  NameDescription
Public propertyElement
Access to the current element of the loop
Public propertyFailed
Total numbers of failed condition in the loop
Public propertyIndex
Index number of the item in the collection
Public propertyLength
Size of the collection
Public propertyPassed
Total numbers of passed condition in the loop
Public propertyTotal
Summation result of a property of an item
Top
See Also