Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineRule Class / GetStyle Method
The source from which the style is computed.
The index of the item to be queried.
The field to be queried.

In This Topic
    GetStyle Method (RulesEngineRule)
    In This Topic
    Gets the style for the specified source.
    Syntax
    'Declaration
     
    Public MustOverride Function GetStyle( _
       ByVal source As RulesEngineSource, _
       ByVal index As Integer, _
       ByVal field As String _
    ) As RulesEngineStyle
    public abstract RulesEngineStyle GetStyle( 
       RulesEngineSource source,
       int index,
       string field
    )

    Parameters

    source
    The source from which the style is computed.
    index
    The index of the item to be queried.
    field
    The field to be queried.
    See Also