[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRule.GetApplicableFields

GetApplicableFields Method

GetApplicableFields(RulesEngineSource)

Gets the fields from the source where this rule is applicable

Declaration
public virtual IEnumerable<(string Name, Type Type)> GetApplicableFields(RulesEngineSource source)
Public Overridable Function GetApplicableFields(source As RulesEngineSource) As IEnumerable(Of (Name As String, Type As Type))
Parameters
Type Name Description
RulesEngineSource source

The source to query the fields.

Returns
Type Description
IEnumerable<(string Name, Type Type)>