[]
Determines whether this rule can be applied to the specified item.
public bool AppliesTo(RulesEngineSource source, int index, string field)
Public Function AppliesTo(source As RulesEngineSource, index As Integer, field As String) As Boolean
| 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. |
| Type | Description |
|---|---|
| bool |