[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineRule.GetStyle

GetStyle Method

GetStyle(RulesEngineSource, int, string)

Gets the style for the specified source.

Declaration
public abstract RulesEngineStyle GetStyle(RulesEngineSource source, int index, string field)
Public MustOverride Function GetStyle(source As RulesEngineSource, index As Integer, field As String) As RulesEngineStyle
Parameters
Type Name Description
RulesEngineSource source

The source from which the style is computed.

int index

The index of the item to be queried.

string field

The field to be queried.

Returns
Type Description
RulesEngineStyle