[]
Gets the fields from the source where this rule is applicable
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))
| Type | Name | Description |
|---|---|---|
| RulesEngineSource | source | The source to query the fields. |
| Type | Description |
|---|---|
| IEnumerable<(string Name, Type Type)> |