Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRule Class / AppliesTo Method
The source from which the style is computed.
The index of the item to be queried.
The field to be queried.

In This Topic
    AppliesTo Method (RulesEngineRule)
    In This Topic
    Determines whether this rule can be applied to the specified item.
    Syntax
    'Declaration
     
    Public Function AppliesTo( _
       ByVal source As RulesEngineSource, _
       ByVal index As Integer, _
       ByVal field As String _
    ) As Boolean
    public bool AppliesTo( 
       RulesEngineSource source,
       int index,
       string field
    )

    Parameters

    source
    The source from which the style is computed.
    index
    The index of the item to be queried.
    field
    The field to be queried.
    See Also