[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSegmentsRule.GetApplicableFields

GetApplicableFields Method

GetApplicableFields(RulesEngineSource)

Gets the fields from the source where this rule is applicable

Declaration
public override IEnumerable<(string Name, Type Type)> GetApplicableFields(RulesEngineSource source)
Public Overrides 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)>
Overrides