Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSource Class / GetFields Method

In This Topic
    GetFields Method
    In This Topic
    Gets the names and types of the fields
    Syntax
    'Declaration
     
    Public MustOverride Function GetFields() As IEnumerable(Of ValueTuple(Of String,Type))
    public abstract IEnumerable<ValueTuple<string,Type>> GetFields()
    See Also