[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRule.AppliesTo

AppliesTo Method

AppliesTo(RulesEngineSource, int, string)

Determines whether this rule can be applied to the specified item.

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

The source from which the style is computed.

int index

The index of the item to be queried.

string field

The field to be queried.

Returns
Type Description
bool