[]
        
(Showing Draft Content)

C1.WPF.RulesManager.C1RulesEngine.GetStyle

GetStyle Method

GetStyle(RulesEngineSource, int, string)

Gets a style for the specified item.

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

The source used to compute the rules from.

int index

The index of the item that is being queried.

string field

The field of the item that is being queried.

Returns
Type Description
RulesEngineStyle