[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRule.Intersects

Intersects Method

Intersects(int, string)

Determines whether the ranges specified in the rule intersect the context being queried.

Declaration
public bool Intersects(int index, string field)
Public Function Intersects(index As Integer, field As String) As Boolean
Parameters
Type Name Description
int index

The index of the item to be queried.

string field

The field to be queried.

Returns
Type Description
bool