Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRule Class / GetApplicableFields Method
The source to query the fields.

In This Topic
    GetApplicableFields Method (RulesEngineRule)
    In This Topic
    Gets the fields from the source where this rule is applicable
    Syntax
    'Declaration
     
    Public Overridable Function GetApplicableFields( _
       ByVal source As RulesEngineSource _
    ) As IEnumerable(Of ValueTuple(Of String,Type))
    public virtual IEnumerable<ValueTuple<string,Type>> GetApplicableFields( 
       RulesEngineSource source
    )

    Parameters

    source
    The source to query the fields.
    See Also