'Declaration Public Function GetStyle( _ ByVal source As RulesEngineSource, _ ByVal index As Integer, _ ByVal field As String _ ) As RulesEngineStyle
public RulesEngineStyle GetStyle( RulesEngineSource source, int index, string field )
Parameters
- source
- The source used to compute the rules from.
- index
- The index of the item that is being queried.
- field
- The field of the item that is being queried.