[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSource.GetFields

GetFields Method

GetFields()

Gets the names and types of the fields

Declaration
public abstract IEnumerable<(string Name, Type Type)> GetFields()
Public MustOverride Function GetFields() As IEnumerable(Of (Name As String, Type As Type))
Returns
Type Description
IEnumerable<(string Name, Type Type)>